Exception: Errors::ConfigurationFileNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Configuration file was not found') ⇒ ConfigurationFileNotFoundError

Returns a new instance of ConfigurationFileNotFoundError.



5
6
7
# File 'lib/schema_to_dbml/errors/configuration_file_not_found_error.rb', line 5

def initialize(message = 'Configuration file was not found')
  super
end