# woo-postnl/4.4.0/vendor/myparcelnl/sdk/src/Exception/AccountNotActiveException.php

PostNL for WooCommerce, version 4.4.0. 9 lines.

- Page: https://pluginprobe.com/plugins/woo-postnl/4.4.0/code/vendor/myparcelnl/sdk/src/Exception/AccountNotActiveException.php
- Raw: https://pluginprobe.com/plugins/woo-postnl/4.4.0/raw/vendor/myparcelnl/sdk/src/Exception/AccountNotActiveException.php
- Modified: 2021-05-11T12:49:36+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/woo-postnl/4.4.0/code/vendor/myparcelnl/sdk/src/Exception/AccountNotActiveException.php#L10-L20`.

```php
<?php 

declare(strict_types=1);

namespace MyParcelNL\Sdk\src\Exception;

class AccountNotActiveException extends \Exception
{
}
```
