Exception: RegexpError
- Inherits:
-
Exception
- Object
- Exception
- RegexpError
- Defined in:
- lib/ask_error.rb
Instance Method Summary collapse
Instance Method Details
#exception ⇒ Object
88 89 90 |
# File 'lib/ask_error.rb', line 88 def exception return RegexpError.new("カッコつけて正規表現なんか使っちゃって!バッカみたい!") end |