Exception: Arfi::Errors::AdapterNotSupported
- Inherits:
-
StandardError
- Object
- StandardError
- Arfi::Errors::AdapterNotSupported
- Defined in:
- lib/arfi/errors.rb
Overview
This error is raised when database adapter is not supported (for e.g., SQLite3).
Instance Method Summary collapse
-
#initialize(message = 'Adapter not supported') ⇒ AdapterNotSupported
constructor
A new instance of AdapterNotSupported.
Constructor Details
#initialize(message = 'Adapter not supported') ⇒ AdapterNotSupported
Returns a new instance of AdapterNotSupported.
24 25 26 27 |
# File 'lib/arfi/errors.rb', line 24 def initialize( = 'Adapter not supported') = super end |