D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
shubmkcj
/
createerp.com
/
br
/
logistics
/
system
/
ThirdParty
/
Escaper
/
Exception
/
Filename :
RuntimeException.php
back
Copy
<?php declare(strict_types=1); namespace Laminas\Escaper\Exception; /** * Invalid argument exception */ class RuntimeException extends \RuntimeException implements ExceptionInterface { }