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

Packeta, version trunk. 10 lines.

- Page: https://pluginprobe.com/plugins/packeta/trunk/code/src/Packetery/Module/Exception/DeleteErrorException.php
- Raw: https://pluginprobe.com/plugins/packeta/trunk/raw/src/Packetery/Module/Exception/DeleteErrorException.php
- Modified: 2025-11-07T08:59:28+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/DeleteErrorException.php#L10-L20`.

```php
<?php

declare( strict_types=1 );

namespace Packetery\Module\Exception;

class DeleteErrorException extends \Exception {

}

```
