# solid-performance/1.8.0/src/Performance/Timer/Exceptions/NoActiveTimerException.php

Solid Performance – Your No-Code Caching, Performance, &amp; Page Speed Solution, version 1.8.0. 22 lines.

- Page: https://pluginprobe.com/plugins/solid-performance/1.8.0/code/src/Performance/Timer/Exceptions/NoActiveTimerException.php
- Raw: https://pluginprobe.com/plugins/solid-performance/1.8.0/raw/src/Performance/Timer/Exceptions/NoActiveTimerException.php
- Modified: 2025-02-13T01:04:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/solid-performance/1.8.0/code/src/Performance/Timer/Exceptions/NoActiveTimerException.php#L10-L20`.

```php
<?php
/**
 * Thrown when trying to stop a timer that doesn't exist.
 *
 * @package SolidWP\Performance
 */

declare( strict_types=1 );

namespace SolidWP\Performance\Timer\Exceptions;

use LogicException;

/**
 * Thrown when trying to stop a timer that doesn't exist.
 *
 * @package SolidWP\Performance
 */
final class NoActiveTimerException extends LogicException {

}

```
