Newer
Older
framework / system / ThirdParty / Escaper / Exception / RuntimeException.php
@MGatner MGatner on 7 Sep 2021 196 bytes Release v4.1.4
<?php

declare(strict_types=1);

namespace Laminas\Escaper\Exception;

/**
 * Invalid argument exception
 */
class RuntimeException extends \RuntimeException implements
    ExceptionInterface
{
}