class Poefy::RhymeError

Public Class Methods

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

Public Instance Methods

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