Exception: Arfi::Errors::InvalidSchemaFormat
- Defined in:
- lib/arfi/errors.rb,
sig/lib/arfi/errors.rbs
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.') ⇒ InvalidSchemaFormat
constructor
Initialize a new InvalidSchemaFormat error with an optional custom message.
Constructor Details
#initialize(message = 'Invalid schema format. ARFI supports only ruby format schemas.') ⇒ InvalidSchemaFormat
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 |