DiscoveryFailedException
extends Exception
in package
implements
Exception
FinalYes
Thrown when all discovery strategies fails to find a resource.
Tags
Table of Contents
Interfaces
- Exception
- An interface implemented by all discovery related exceptions.
Properties
- $exceptions : array<string|int, Exception>
Methods
- __construct() : mixed
- create() : mixed
- getExceptions() : array<string|int, Exception>
Properties
$exceptions
private
array<string|int, Exception>
$exceptions
Methods
__construct()
public
__construct(string $message[, array<string|int, Exception> $exceptions = [] ]) : mixed
Parameters
- $message : string
- $exceptions : array<string|int, Exception> = []
create()
public
static create(array<string|int, Exception> $exceptions) : mixed
Parameters
- $exceptions : array<string|int, Exception>
getExceptions()
public
getExceptions() : array<string|int, Exception>