File "ParserException-20251212160205.php"

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

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