# packeta/2.1/src/Packetery/Module/Exception/InvalidCarrierException.php

Packeta, version 2.1. 19 lines.

- Page: https://pluginprobe.com/plugins/packeta/2.1/code/src/Packetery/Module/Exception/InvalidCarrierException.php
- Raw: https://pluginprobe.com/plugins/packeta/2.1/raw/src/Packetery/Module/Exception/InvalidCarrierException.php
- Modified: 2023-08-30T08:36:18+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/2.1/code/src/Packetery/Module/Exception/InvalidCarrierException.php#L10-L20`.

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

declare( strict_types=1 );

namespace Packetery\Module\Exception;

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

```
