Exception: Arfi::Errors::AdapterNotSupported
- Defined in:
- lib/arfi/errors.rb,
sig/lib/arfi/errors.rbs
Overview
Raised when the configured/selected adapter is not supported by ARFI.
Instance Method Summary collapse
-
#initialize(message = 'Adapter not supported') ⇒ AdapterNotSupported
constructor
Initialize a new AdapterNotSupported error with an optional custom message.
Constructor Details
#initialize(message = 'Adapter not supported') ⇒ AdapterNotSupported
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 |