class EntityNotFoundException extends InvalidArgumentException (View source)

Methods

void
__construct(string $type, mixed $id)

Create a new exception instance.

Details

void __construct(string $type, mixed $id)

Create a new exception instance.

Parameters

string $type
mixed $id

Return Value

void