ParseException.php 122 Bytes
<?php

namespace Laminas\I18n\Exception;

class ParseException extends RuntimeException implements ExceptionInterface
{
}