Exception: Arfi::Errors::InvalidSchemaFormat
- Inherits:
-
StandardError
- Object
- StandardError
- Arfi::Errors::InvalidSchemaFormat
- Defined in:
- lib/arfi/errors.rb
Overview
Raised when Rails schema format is not ruby (‘schema.rb`).
Instance Method Summary collapse
-
#initialize(message = 'Invalid schema format. ARFI supports only ruby format schemas.') ⇒ void
constructor
Initialize a new InvalidSchemaFormat error with an optional custom message.
Constructor Details
#initialize(message = 'Invalid schema format. ARFI supports only ruby format schemas.') ⇒ void
Initialize a new InvalidSchemaFormat error with an optional custom message.
24 25 26 27 |
# File 'lib/arfi/errors.rb', line 24 def initialize( = 'Invalid schema format. ARFI supports only ruby format schemas.') @message = super end |