RuntimeException.php 153 Bytes
<?php

declare(strict_types=1);

namespace Laminas\Router\Exception;

class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}