1
0
Fork 0
mirror of https://github.com/Oreolek/aacl.git synced 2024-04-30 07:59:30 +03:00
kohana-aacl/classes/aacl/exception.php

15 lines
348 B
PHP
Raw Normal View History

<?php defined('SYSPATH') or die ('No direct script access.');
/**
2013-07-10 08:33:44 +03:00
* Base AACL exception
*
* @see http://github.com/banks/aacl
2013-07-10 08:33:44 +03:00
* @package AACL
* @uses Auth
* @uses Sprig
* @author Paul Banks
* @copyright (c) Paul Banks 2010
* @license MIT
*/
2013-07-10 08:33:44 +03:00
class AACL_Exception extends HTTP_Exception {}