commit vendor
This commit is contained in:
15
vendor/laminas/laminas-loader/src/Exception/SecurityException.php
vendored
Normal file
15
vendor/laminas/laminas-loader/src/Exception/SecurityException.php
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @see https://github.com/laminas/laminas-loader for the canonical source repository
|
||||
* @copyright https://github.com/laminas/laminas-loader/blob/master/COPYRIGHT.md
|
||||
* @license https://github.com/laminas/laminas-loader/blob/master/LICENSE.md New BSD License
|
||||
*/
|
||||
|
||||
namespace Laminas\Loader\Exception;
|
||||
|
||||
require_once __DIR__ . '/DomainException.php';
|
||||
|
||||
class SecurityException extends DomainException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user