# woo-postnl/4.4.1/vendor/myparcelnl/sdk/src/Exception/MissingFieldException.php

PostNL for WooCommerce, version 4.4.1. 8 lines.

- Page: https://pluginprobe.com/plugins/woo-postnl/4.4.1/code/vendor/myparcelnl/sdk/src/Exception/MissingFieldException.php
- Raw: https://pluginprobe.com/plugins/woo-postnl/4.4.1/raw/vendor/myparcelnl/sdk/src/Exception/MissingFieldException.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.1/code/vendor/myparcelnl/sdk/src/Exception/MissingFieldException.php#L10-L20`.

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

namespace MyParcelNL\Sdk\src\Exception;

class MissingFieldException extends \Exception
{
}

```
