class NotFoundException
Same name in this branch
- 11.1.x vendor/php-http/discovery/src/NotFoundException.php \Http\Discovery\NotFoundException
Hierarchy
- class \Http\Discovery\Exception\NotFoundException extends \Http\Discovery\Exception\RuntimeException implements \Http\Discovery\Exception
Expanded class hierarchy of NotFoundException
5 files declare their use of NotFoundException
- AutoRootSpan.php in vendor/
open-telemetry/ sdk/ Trace/ AutoRootSpan.php - CommonClassesStrategy.php in vendor/
php-http/ discovery/ src/ Strategy/ CommonClassesStrategy.php - NotFoundException.php in vendor/
php-http/ discovery/ src/ NotFoundException.php - Psr17FactoryDiscovery.php in vendor/
php-http/ discovery/ src/ Psr17FactoryDiscovery.php - Psr18ClientDiscovery.php in vendor/
php-http/ discovery/ src/ Psr18ClientDiscovery.php
File
-
vendor/
php-http/ discovery/ src/ Exception/ NotFoundException.php, line 14
Namespace
Http\Discovery\ExceptionView source
class NotFoundException extends \RuntimeException implements Exception {
}