class EntityNotFoundException extends InvalidArgumentException (View source)

Methods

void
__construct( string $type, mixed $id)

Create a new exception instance.

Details

at line line 16
void __construct( string $type, mixed $id)

Create a new exception instance.

Parameters

string $type
mixed $id

Return Value

void