class ModelNotFoundException extends NotFoundException

An Exception about a model which doesn't exist in the database

Methods

__construct($type, int $code, Exception $previous = null)

No description

string
getType()

Gets the type of the model that we couldn't find

Details

at line line 24
__construct($type, int $code, Exception $previous = null)

Parameters

$type
int $code The Exception's code
Exception $previous The previous exception

at line line 36
string getType()

Gets the type of the model that we couldn't find

Return Value

string