class

RuntimeError

v2_5_5 - Show latest stable - Superclass: StandardError

A generic error class raised when an invalid operation is attempted. Kernel#raise will raise a RuntimeError if no Exception class is specified.

raise "ouch"

raises the exception:

RuntimeError: ouch

Files

  • error.c