Exception: Arfi::Errors::AdapterNotSupported
- Inherits:
-
StandardError
- Object
- StandardError
- Arfi::Errors::AdapterNotSupported
- Defined in:
- lib/arfi/errors.rb
Overview
Raised when the configured/selected adapter is not supported by ARFI.
Instance Method Summary collapse
-
#initialize(message = 'Adapter not supported') ⇒ void
constructor
Initialize a new AdapterNotSupported error with an optional custom message.
Constructor Details
#initialize(message = 'Adapter not supported') ⇒ void
Initialize a new AdapterNotSupported error with an optional custom message.
36 37 38 39 |
# File 'lib/arfi/errors.rb', line 36 def initialize( = 'Adapter not supported') @message = super end |