IncorrectType

Raised when attempting to access a JSONValue via a different type than the underlying type.

@safe
class IncorrectType : Exception {}

Constructors

this
this()
Undocumented in source.

Meta