Skip to content

RuntimeError

Abstract supertype for ordinary catchable runtime failures.

Calling RuntimeError(msg) still instantiates a generic runtime error when no more specific type applies.

Inherits

Error