File "FormatterException.php"

Full Path: /home/isoftco/public_html/hrm/vendor/moneyphp/money/src/Exception/FormatterException.php
File size: 261 bytes
MIME-type: text/x-php
Charset: utf-8

<?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
{
}