class Poefy::RegexError

Public Class Methods

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

Public Instance Methods

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