class JsonEncodingException extends RuntimeException

Methods

forModel(mixed $model, string $message)

Create a new JSON encoding exception for the model.

forAttribute(mixed $model, mixed $key, string $message)

Create a new JSON encoding exception for an attribute.

Details

at line 16
static JsonEncodingException forModel(mixed $model, string $message)

Create a new JSON encoding exception for the model.

Parameters

mixed $model
string $message

Return Value

JsonEncodingException

at line 29
static JsonEncodingException forAttribute(mixed $model, mixed $key, string $message)

Create a new JSON encoding exception for an attribute.

Parameters

mixed $model
mixed $key
string $message

Return Value

JsonEncodingException