Module: Dragnet::Errors

Defined in:
lib/dragnet/errors.rb,
lib/dragnet/errors/error.rb,
lib/dragnet/errors/validation_error.rb,
lib/dragnet/errors/yaml_format_error.rb,
lib/dragnet/errors/file_not_found_error.rb,
lib/dragnet/errors/not_a_repository_error.rb,
lib/dragnet/errors/no_mtr_files_found_error.rb,
lib/dragnet/errors/repo_path_not_found_error.rb,
lib/dragnet/errors/unknown_export_format_error.rb,
lib/dragnet/errors/unable_to_write_report_error.rb,
lib/dragnet/errors/incompatible_repository_error.rb,
lib/dragnet/errors/missing_timestamp_attribute_error.rb

Overview

Namespace to house all the error classes for the gem.

Defined Under Namespace

Classes: Error, FileNotFoundError, IncompatibleRepositoryError, MissingTimestampAttributeError, NoMTRFilesFoundError, NotARepositoryError, RepoPathNotFoundError, UnableToWriteReportError, UnknownExportFormatError, ValidationError, YAMLFormatError