InvalidCastException
class InvalidCastException extends RuntimeException
Properties
| string | $model | The name of the affected Eloquent model. |
|
| string | $column | The name of the column. |
|
| string | $castType | The name of the cast type. |
Methods
__construct(object $model, string $column, string $castType)
Create a new exception instance.
Details
at line 29
__construct(object $model, string $column, string $castType)
Create a new exception instance.