NoCandidateFoundException
extends Exception
in package
implements
Exception
FinalYes
When we have used a strategy but no candidates provided by that strategy could be used.
Tags
Table of Contents
Interfaces
- Exception
- An interface implemented by all discovery related exceptions.
Methods
- __construct() : mixed
- stringify() : mixed
Methods
__construct()
public
__construct(string $strategy, array<string|int, mixed> $candidates) : mixed
Parameters
- $strategy : string
- $candidates : array<string|int, mixed>
stringify()
private
stringify(mixed $mixed) : mixed
Parameters
- $mixed : mixed