ERR_DEFAULT
ERR_DEFAULT
The default error message.
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.
__construct(\LazyJsonMapper\LazyJsonMapper $owner, integer $errorCode = self::ERR_DEFAULT)
Constructor.
\LazyJsonMapper\LazyJsonMapper | $owner | Class instance that triggered the error. |
integer | $errorCode | Which error message to display. |