Exception: Errors::SchemaFileNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/schema_to_dbml/errors/schema_file_not_found_error.rb

Instance Method Summary collapse

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(message = 'schema.rb file not found.')
  super
end