File "Exception.php"
Full Path: /home/isoftco/public_html/hrm/vendor/moneyphp/money/src/Exception.php
File size: 169 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Money;
/**
* Common interface for all exceptions thrown by this library.
*
* @author Frederik Bosch <f.bosch@genkgo.nl>
*/
interface Exception
{
}