\LazyJsonMapper\ExceptionLazyUserOptionException

Means that a user-option constant prevented normal execution.

This is used for actions that would not normally be errors, but whose behaviors have been modified by user-option constants for the current class object instance. Such as attempting to perform actions forbidden by the user's customized options.

Summary

Methods
Properties
Constants
__construct()
No public properties found
ERR_DEFAULT
ERR_VIRTUAL_PROPERTIES_DISABLED
ERR_VIRTUAL_FUNCTIONS_DISABLED
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

ERR_DEFAULT

ERR_DEFAULT

The default error message.

ERR_VIRTUAL_PROPERTIES_DISABLED

ERR_VIRTUAL_PROPERTIES_DISABLED

The error message about virtual properties being disabled.

ERR_VIRTUAL_FUNCTIONS_DISABLED

ERR_VIRTUAL_FUNCTIONS_DISABLED

The error message about virtual functions being disabled.

Methods

__construct()

__construct(\LazyJsonMapper\LazyJsonMapper  $owner, integer  $errorCode = self::ERR_DEFAULT) 

Constructor.

Parameters

\LazyJsonMapper\LazyJsonMapper $owner

Class instance that triggered the error.

integer $errorCode

Which error message to display.