RequiredTypeException

Exception thrown when attempting to acquire an object of a required type and that object does not equal, extend, or implement a specified {@code Class}.

class RequiredTypeException : EnvironmentException {}

Members

Mixins

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Inherited Members

From EnvironmentException

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Meta