Exception: Errors::SchemaFileNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Errors::SchemaFileNotFoundError
- Defined in:
- lib/schema_to_dbml/errors/schema_file_not_found_error.rb
Instance Method Summary collapse
-
#initialize(message = 'schema.rb file not found.') ⇒ SchemaFileNotFoundError
constructor
A new instance of SchemaFileNotFoundError.
Constructor Details
#initialize(message = 'schema.rb file not found.') ⇒ SchemaFileNotFoundError
Returns a new instance of SchemaFileNotFoundError.
5 6 7 |
# File 'lib/schema_to_dbml/errors/schema_file_not_found_error.rb', line 5 def initialize( = 'schema.rb file not found.') super end |