# give/4.15.0/vendor/moneyphp/money/src/Exception.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.15.0. 13 lines.

- Page: https://pluginprobe.com/plugins/give/4.15.0/code/vendor/moneyphp/money/src/Exception.php
- Raw: https://pluginprobe.com/plugins/give/4.15.0/raw/vendor/moneyphp/money/src/Exception.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.0/code/vendor/moneyphp/money/src/Exception.php#L10-L20`.

```php
<?php

namespace Money;

/**
 * Common interface for all exceptions thrown by this library.
 *
 * @author Frederik Bosch <f.bosch@genkgo.nl>
 */
interface Exception
{
}

```
