Exception: RegexpError

Inherits:
Exception
  • Object
show all
Defined in:
lib/ask_error.rb

Instance Method Summary collapse

Instance Method Details

#exceptionObject



88
89
90
# File 'lib/ask_error.rb', line 88

def exception
  return RegexpError.new("カッコつけて正規表現なんか使っちゃって!バッカみたい!")
end