<?php

namespace Laminas\I18n\Exception;

/** @final */
class ParseException extends RuntimeException implements ExceptionInterface
{
}
