The JsonException class
Guide
Edit on GitHub ✎
Exception thrown if JSON_THROW_ON_ERROR option is set for json_encode or json_decode. code contains the error type, for possible values see json_last_error.
Intro
Exception thrown if JSON_THROW_ON_ERROR option is set for json_encode() or json_decode(). code contains the error type, for possible values see json_last_error().
Class synopsis
extends Exception { }