PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
php-http
/
discovery
/
src
/
Exception
<?php namespace Http\Discovery\Exception; use Http\Discovery\Exception; /** * This exception is thrown when we cannot use a discovery strategy. This is *not* thrown when * the discovery fails to find a class. * * @author Tobias Nyholm <tobias.nyholm@gmail.com> */ class StrategyUnavailableException extends \RuntimeException implements Exception { }
[-] ClassInstantiationFailedException.php
[edit]
[-] DiscoveryFailedException.php
[edit]
[+]
..
[-] NotFoundException.php
[edit]
[-] StrategyUnavailableException.php
[edit]
[-] PuliUnavailableException.php
[edit]
[-] NoCandidateFoundException.php
[edit]