UnknownClass
- Namespace
- Ancestors
-
-
Value
-
Wraps an exception that was raised while trying to determine an exception’s class to make it behave like an exception class.
Constructor
initialize(exception::Exception)#⚙
Wraps the exception that was raised while trying to determine an exception’s class.
Instance Methods
name#⚙
- RaisesRuntimeError
-
Containing a message explaining that the exception’s class couldn’t be determined and why that is so
inspectString#⚙
Returns the message explaining that the exception’s class couldn’t be determined and why that is so.