You are here

class DeprecatedMethodException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-diactoros/src/Exception/DeprecatedMethodException.php \Zend\Diactoros\Exception\DeprecatedMethodException

Exception indicating a deprecated method.

Hierarchy

Expanded class hierarchy of DeprecatedMethodException

File

vendor/zendframework/zend-diactoros/src/Exception/DeprecatedMethodException.php, line 17

Namespace

Zend\Diactoros\Exception
View source
class DeprecatedMethodException extends BadMethodCallException implements ExceptionInterface {

}

Members