W3cubDocs

/Laravel 5.8

JsonEncodingException

class JsonEncodingException extends RuntimeException (View source)

Methods

static JsonEncodingException forModel(mixed $model, string $message)

Create a new JSON encoding exception for the model.

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

Create a new JSON encoding exception for an attribute.

Details

static JsonEncodingException forModel(mixed $model, string $message)

Create a new JSON encoding exception for the model.

Parameters

mixed $model
string $message

Return Value

JsonEncodingException

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

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.8/Illuminate/Database/Eloquent/JsonEncodingException.html