JSON_Exception
extends Exception
in package
The JSON_Exception class represents an failures of decoding json strings.
Table of Contents
- $error : mixed
- $error_code : mixed
- __construct() : mixed
- __toString() : mixed
Properties
$error
public
mixed
$error
=
ull
$error_code
public
mixed
$error_code
= JSON_ERROR_NONE
Methods
__construct()
public
__construct(mixed $error_code) : mixed
Parameters
- $error_code : mixed
Return values
mixed —__toString()
public
__toString() : mixed