class Poefy::MissingDatabase

Public Class Methods

new() click to toggle source
Calls superclass method Poefy::Error::new
# File lib/poefy/exceptions.rb, line 91
def initialize
  super msg
end

Public Instance Methods

msg() click to toggle source
# File lib/poefy/exceptions.rb, line 88
def msg
  "Database does not exist"
end