# woo-postnl/4.0.0/includes/vendor/myparcelnl/sdk/src/Exception/InvalidConsignmentException.php

PostNL for WooCommerce, version 4.0.0. 8 lines.

- Page: https://pluginprobe.com/plugins/woo-postnl/4.0.0/code/includes/vendor/myparcelnl/sdk/src/Exception/InvalidConsignmentException.php
- Raw: https://pluginprobe.com/plugins/woo-postnl/4.0.0/raw/includes/vendor/myparcelnl/sdk/src/Exception/InvalidConsignmentException.php
- Modified: 2021-01-04T09:17:00+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.0.0/code/includes/vendor/myparcelnl/sdk/src/Exception/InvalidConsignmentException.php#L10-L20`.

```php
<?php declare(strict_types=1);

namespace MyParcelNL\Sdk\src\Exception;

class InvalidConsignmentException extends \Exception
{
}

```
