class NoActiveTimerException
Hierarchy
- class \SebastianBergmann\Timer\NoActiveTimerException extends \LogicException implements \SebastianBergmann\Timer\Exception
Expanded class hierarchy of NoActiveTimerException
2 files declare their use of NoActiveTimerException
- CodeCoverage.php in vendor/
phpunit/ phpunit/ src/ Runner/ CodeCoverage.php - WarmCodeCoverageCacheCommand.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Command/ Commands/ WarmCodeCoverageCacheCommand.php
File
-
vendor/
phpunit/ php-timer/ src/ exceptions/ NoActiveTimerException.php, line 14
Namespace
SebastianBergmann\TimerView source
final class NoActiveTimerException extends LogicException implements Exception {
}