# depicter/trunk/app/src/Exception/DocumentNotFoundException.php

Depicter — Popup &amp; Slider Builder, version trunk. 5 lines.

- Page: https://pluginprobe.com/plugins/depicter/trunk/code/app/src/Exception/DocumentNotFoundException.php
- Raw: https://pluginprobe.com/plugins/depicter/trunk/raw/app/src/Exception/DocumentNotFoundException.php
- Modified: 2022-06-01T06:26:20+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/depicter/trunk/code/app/src/Exception/DocumentNotFoundException.php#L10-L20`.

```php
<?php
namespace Depicter\Exception;

class DocumentNotFoundException extends EntityException {}

```
