Exception: ZeroDivisionError
- Inherits:
-
Exception
- Object
- Exception
- ZeroDivisionError
- Defined in:
- lib/ask_error.rb
Instance Method Summary collapse
Instance Method Details
#exception ⇒ Object
100 101 102 |
# File 'lib/ask_error.rb', line 100 def exception return ZeroDivisionError.new("バカねぇ 数字をゼロで割るなんて") end |