In Files

  • error.c

Parent

Files

Class/Module Index [+]

Quicksearch

RuntimeError

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
There is an updated format of the API docs for this version here.