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