class ResourceIdentificationException extends RuntimeException

Methods

attemptingToDetermineIdFor(mixed $resource)

Create an exception indicating we were unable to determine the resource ID for the given resource.

attemptingToDetermineTypeFor(mixed $resource)

Create an exception indicating we were unable to determine the resource type for the given resource.

Details

at line 14
static ResourceIdentificationException attemptingToDetermineIdFor(mixed $resource)

Create an exception indicating we were unable to determine the resource ID for the given resource.

Parameters

mixed $resource

Return Value

ResourceIdentificationException

at line 27
static ResourceIdentificationException attemptingToDetermineTypeFor(mixed $resource)

Create an exception indicating we were unable to determine the resource type for the given resource.

Parameters

mixed $resource

Return Value

ResourceIdentificationException