Exception: Errors::ConfigurationFileNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Errors::ConfigurationFileNotFoundError
- Defined in:
- lib/schema_to_dbml/errors/configuration_file_not_found_error.rb
Instance Method Summary collapse
-
#initialize(message = 'Configuration file was not found') ⇒ ConfigurationFileNotFoundError
constructor
A new instance of ConfigurationFileNotFoundError.
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( = 'Configuration file was not found') super end |