class Poefy::SyllableError

Public Class Methods

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

Public Instance Methods

msg() click to toggle source
# File lib/poefy/exceptions.rb, line 51
def msg
  "Syllable input is not valid"
end