deblan.tv/vendor/trinity/src/Trinity/Bundle/ContentManagerBundle/Exception/NodeUnauthorizedAccessException.php
2015-03-02 21:57:49 +01:00

10 lines
212 B
PHP

<?php
namespace Trinity\Bundle\ContentManagerBundle\Exception;
use Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException;
class NodeUnauthorizedAccessException extends UnauthorizedHttpException
{
}