%PDF- %PDF-
| Direktori : /home/graphicd/public_html/vebto/vendor/moneyphp/money/src/Exception/ |
| Current File : /home/graphicd/public_html/vebto/vendor/moneyphp/money/src/Exception/FormatterException.php |
<?php
namespace Money\Exception;
use Money\Exception;
/**
* Thrown when a Money object cannot be formatted into a string.
*
* @author Frederik Bosch <f.bosch@genkgo.nl>
*/
final class FormatterException extends \RuntimeException implements Exception
{
}