* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Behat\Testwork\Counter\Exception; use Behat\Testwork\Exception\TestworkException; use LogicException; /** * Represents exception caused by timer handling. * * @author Konstantin Kudryashov */ final class TimerException extends LogicException implements TestworkException { }