Exception: ZeroDivisionError

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

Instance Method Summary collapse

Instance Method Details

#exceptionObject



100
101
102
# File 'lib/ask_error.rb', line 100

def exception
  return ZeroDivisionError.new("バカねぇ 数字をゼロで割るなんて")
end