# solid-performance/1.5.0/src/Performance/Timer/Exceptions/InvalidTimerNameException.php

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

- Page: https://pluginprobe.com/plugins/solid-performance/1.5.0/code/src/Performance/Timer/Exceptions/InvalidTimerNameException.php
- Raw: https://pluginprobe.com/plugins/solid-performance/1.5.0/raw/src/Performance/Timer/Exceptions/InvalidTimerNameException.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.5.0/code/src/Performance/Timer/Exceptions/InvalidTimerNameException.php#L10-L20`.

```php
<?php
/**
 * Thrown when passing an invalid timer name.
 *
 * @package SolidWP\Performance
 */

declare( strict_types=1 );

namespace SolidWP\Performance\Timer\Exceptions;

use InvalidArgumentException;

/**
 * Thrown when passing an invalid timer name.
 *
 * @package SolidWP\Performance
 */
final class InvalidTimerNameException extends InvalidArgumentException {

}

```
