Exception: Arfi::Errors::InvalidSchemaFormat
- Inherits:
-
StandardError
- Object
- StandardError
- Arfi::Errors::InvalidSchemaFormat
- Defined in:
- lib/arfi/errors.rb
Overview
This error is raised when Rails project schema format is not schema.rb
Instance Method Summary collapse
-
#initialize(message = 'Invalid schema format. ARFI supports only ruby format schemas.') ⇒ InvalidSchemaFormat
constructor
A new instance of InvalidSchemaFormat.
Constructor Details
#initialize(message = 'Invalid schema format. ARFI supports only ruby format schemas.') ⇒ InvalidSchemaFormat
Returns a new instance of InvalidSchemaFormat.
16 17 18 19 |
# File 'lib/arfi/errors.rb', line 16 def initialize( = 'Invalid schema format. ARFI supports only ruby format schemas.') = super end |