PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
vendor
/
php-http
/
discovery
/
src
/
Exception
<?php namespace Http\Discovery\Exception; use Http\Discovery\Exception; /** * Thrown when a discovery does not find any matches. * * @final do NOT extend this class, not final for BC reasons * * @author Márk Sági-Kazár <mark.sagikazar@gmail.com> */ /*final */class NotFoundException extends \RuntimeException implements Exception { }
[-] ClassInstantiationFailedException.php
[edit]
[-] DiscoveryFailedException.php
[edit]
[+]
..
[-] NotFoundException.php
[edit]
[-] StrategyUnavailableException.php
[edit]
[-] PuliUnavailableException.php
[edit]
[-] NoCandidateFoundException.php
[edit]