Overview

Namespaces

  • Yep
    • Stopwatch

Classes

  • Yep\Stopwatch\Event
  • Yep\Stopwatch\Formatter
  • Yep\Stopwatch\Lap
  • Yep\Stopwatch\Manager
  • Yep\Stopwatch\Stopwatch

Exceptions

  • Yep\Stopwatch\StopwatchAlreadyExistsException
  • Yep\Stopwatch\StopwatchDoesntExistException
  • Yep\Stopwatch\StopwatchEventDoesntExistException
  • Yep\Stopwatch\StopwatchLapNotStartedException
  • Overview
  • Namespace
  • Class
 1: <?php
 2: namespace Yep\Stopwatch;
 3: 
 4: class StopwatchLapNotStartedException extends \BadMethodCallException {
 5: }
 6: 
 7: class StopwatchAlreadyExistsException extends \LogicException {
 8: }
 9: 
10: class StopwatchDoesntExistException extends \LogicException {
11: }
12: 
13: class StopwatchEventDoesntExistException extends \Exception {
14: }
15: 
API documentation generated by ApiGen