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

Packeta, version trunk. 19 lines.

- Page: https://pluginprobe.com/plugins/packeta/trunk/code/src/Packetery/Module/Exception/ProductNotFoundException.php
- Raw: https://pluginprobe.com/plugins/packeta/trunk/raw/src/Packetery/Module/Exception/ProductNotFoundException.php
- Modified: 2024-11-12T07:17:06+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/ProductNotFoundException.php#L10-L20`.

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

declare( strict_types=1 );

namespace Packetery\Module\Exception;

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

```
