# packeta/trunk/src/Packetery/Module/Exception/InvalidPasswordException.php

Packeta, version trunk. 19 lines.

- Page: https://pluginprobe.com/plugins/packeta/trunk/code/src/Packetery/Module/Exception/InvalidPasswordException.php
- Raw: https://pluginprobe.com/plugins/packeta/trunk/raw/src/Packetery/Module/Exception/InvalidPasswordException.php
- Modified: 2024-02-29T19:06:46+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/packeta/trunk/code/src/Packetery/Module/Exception/InvalidPasswordException.php#L10-L20`.

```php
<?php
/**
 * Class InvalidPasswordException.
 *
 * @package Packetery
 */

declare( strict_types=1 );

namespace Packetery\Module\Exception;

/**
 * Class InvalidPasswordException.
 *
 * @package Packetery
 */
class InvalidPasswordException extends \Exception {
}

```
