# give/4.15.4/vendor/moneyphp/money/src/Exception/ParserException.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.15.4. 15 lines.

- Page: https://pluginprobe.com/plugins/give/4.15.4/code/vendor/moneyphp/money/src/Exception/ParserException.php
- Raw: https://pluginprobe.com/plugins/give/4.15.4/raw/vendor/moneyphp/money/src/Exception/ParserException.php
- Modified: 2022-05-11T23:49:06+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/give/4.15.4/code/vendor/moneyphp/money/src/Exception/ParserException.php#L10-L20`.

```php
<?php

namespace Money\Exception;

use Money\Exception;

/**
 * Thrown when a string cannot be parsed to a Money object.
 *
 * @author Frederik Bosch <f.bosch@genkgo.nl>
 */
final class ParserException extends \RuntimeException implements Exception
{
}

```
