# wp-stateless/trunk/lib/classes/exception-unprocessable.php

WP-Stateless – Google Cloud Storage, version trunk. 7 lines.

- Page: https://pluginprobe.com/plugins/wp-stateless/trunk/code/lib/classes/exception-unprocessable.php
- Raw: https://pluginprobe.com/plugins/wp-stateless/trunk/raw/lib/classes/exception-unprocessable.php
- Modified: 2020-10-14T09:47:48+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/wp-stateless/trunk/code/lib/classes/exception-unprocessable.php#L10-L20`.

```php
<?php

namespace wpCloud\StatelessMedia;

class UnprocessableException extends \Exception {
}

```
