Ouzo\Utilities\JsonDecodeException::__construct PHP Method

__construct() public method

public __construct ( $lastErrorMessage = "", $lastErrorCode )
    public function __construct($lastErrorMessage = "", $lastErrorCode = 0)
    {
        parent::__construct('JSON decode error: ' . $lastErrorMessage, $lastErrorCode);
    }
JsonDecodeException