ObjectWithoutDeserializationInformationFound constructor
const
ObjectWithoutDeserializationInformationFound(
- String fqcn
Implementation
const ObjectWithoutDeserializationInformationFound(String fqcn)
: super(
'An object with classname $fqcn couldn\'t be deserialized, since no deserialiazion-information was provided!');