Files
CoreGradeWeb/system/ThirdParty/Escaper/Exception/ExceptionInterface.php
T
2021-09-13 06:53:04 -04:00

14 lines
358 B
PHP

<?php
/**
* @see https://github.com/laminas/laminas-escaper for the canonical source repository
* @copyright https://github.com/laminas/laminas-escaper/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-escaper/blob/master/LICENSE.md New BSD License
*/
namespace Laminas\Escaper\Exception;
interface ExceptionInterface
{
}