wol-soft/php-performance-timer

View on GitHub
src/Exception/TimerNotRunningException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

declare(strict_types=1);

namespace PerformanceTimer\Exception;

use Exception;

class TimerNotRunningException extends Exception
{
}