RuntimeError
Raised when an error is detected that does not fall into any of the other categories. Commonly used as a base for user-defined errors.
Raised when an error is detected that does not fall into any of the other categories. Commonly used as a base for user-defined errors.
The default exception class raised by Kernel#raise when no explicit class is given. Also commonly used as a base for custom application errors.