class Poefy::StructureInvalid
Public Class Methods
new(console_message = nil)
click to toggle source
Calls superclass method
Poefy::Error::new
# File lib/poefy/exceptions.rb, line 100 def initialize console_message = nil super msg, console_message end
Public Instance Methods
msg()
click to toggle source
# File lib/poefy/exceptions.rb, line 97 def msg "Database contains invalid structure" end