Upgrade to 3.3.3
This commit is contained in:
13
kirby/vendor/laminas/laminas-escaper/src/Exception/ExceptionInterface.php
vendored
Executable file
13
kirby/vendor/laminas/laminas-escaper/src/Exception/ExceptionInterface.php
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
<?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
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user