Exception: Poefy::MissingDatabase

Inherits:
DatabaseError show all
Defined in:
lib/poefy/exceptions.rb

Instance Method Summary collapse

Methods inherited from Error

#console_msg

Constructor Details

#initializeMissingDatabase

Returns a new instance of MissingDatabase.



91
92
93
# File 'lib/poefy/exceptions.rb', line 91

def initialize
  super msg
end

Instance Method Details

#msgObject



88
89
90
# File 'lib/poefy/exceptions.rb', line 88

def msg
  "Database does not exist"
end