Documentation

DiscoveryFailedException extends Exception
in package
implements Exception

FinalYes

Thrown when all discovery strategies fails to find a resource.

Tags
author

Tobias Nyholm tobias.nyholm@gmail.com

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

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>
Return values
array<string|int, Exception>

        
On this page

Search results