master
<?php declare(strict_types=1); namespace PerformanceTimer\Exception; use Exception; class TimerNotRunningException extends Exception { }