Documentation

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

Methods

__construct()

public __construct(mixed $error_code) : mixed
Parameters
$error_code : mixed
Return values
mixed

__toString()

public __toString() : mixed
Return values
mixed

Search results