chippyash/Zend-Acl-Xml-Builder

View on GitHub
src/Chippyash/Zend/Acl/Xml/Exceptions/AclBuilderException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/*
 * Builder to build Acl from an XML file
 * 
 * @copyright Ashley Kitson, UK, 2014
 * @license GPL3.0+
 */

namespace Chippyash\Zend\Acl\Xml\Exceptions;

/**
 * Exception thrown by ACL Builder components
 */
class AclBuilderException extends \Exception
{
    
}