Exception: Kobold::Errors::DatabaseNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Kobold::Errors::DatabaseNotFound
- Defined in:
- lib/Kobold/errors.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ DatabaseNotFound
constructor
A new instance of DatabaseNotFound.
Constructor Details
#initialize(name) ⇒ DatabaseNotFound
Returns a new instance of DatabaseNotFound.
20 21 22 |
# File 'lib/Kobold/errors.rb', line 20 def initialize(name) super("Database not found: #{name}") end |