errors.fyi community error code reference
RuntimeError

RuntimeError

python

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.

References

ruby

RuntimeError

The default exception class raised by Kernel#raise when no explicit class is given. Also commonly used as a base for custom application errors.

References

← all namespaces