class DeprecatedMethodException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-diactoros/src/Exception/DeprecatedMethodException.php \Zend\Diactoros\Exception\DeprecatedMethodException
Exception indicating a deprecated method.
Hierarchy
- class \Zend\Diactoros\Exception\DeprecatedMethodException extends \BadMethodCallException implements ExceptionInterface
Expanded class hierarchy of DeprecatedMethodException
File
- vendor/
zendframework/ zend-diactoros/ src/ Exception/ DeprecatedMethodException.php, line 17
Namespace
Zend\Diactoros\ExceptionView source
class DeprecatedMethodException extends BadMethodCallException implements ExceptionInterface {
}