2022-04-27 11:30:43 +02:00

8 lines
125 B
PHP

<?php
namespace Laminas\Feed\Exception;
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}