class NotFoundException
Same name in this branch
- 11.1.x vendor/php-http/discovery/src/Exception/NotFoundException.php \Http\Discovery\Exception\NotFoundException
Thrown when a discovery does not find any matches.
@author Márk Sági-Kazár <mark.sagikazar@gmail.com>
Hierarchy
- class \Http\Discovery\Exception\NotFoundException extends \Http\Discovery\Exception\RuntimeException implements \Http\Discovery\Exception
- class \Http\Discovery\NotFoundException extends \Http\Discovery\Exception\NotFoundException
Expanded class hierarchy of NotFoundException
Deprecated
since since version 1.0, and will be removed in 2.0. Use {@link \Http\Discovery\Exception\NotFoundException} instead.
File
-
vendor/
php-http/ discovery/ src/ NotFoundException.php, line 14
Namespace
Http\DiscoveryView source
final class NotFoundException extends RealNotFoundException {
}