2021-10-29 18:05:46 +02:00
|
|
|
<?php
|
|
|
|
|
2021-11-18 17:44:47 +01:00
|
|
|
declare(strict_types=1);
|
2021-10-29 18:05:46 +02:00
|
|
|
|
|
|
|
namespace Laminas\Escaper\Exception;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Invalid argument exception
|
|
|
|
*/
|
|
|
|
class RuntimeException extends \RuntimeException implements
|
|
|
|
ExceptionInterface
|
|
|
|
{
|
|
|
|
}
|