Exception: Kobold::Errors::DatabaseNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/Kobold/errors.rb

Instance Method Summary collapse

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