This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
accm-website/includes/exceptions/AccessDeniedException.inc.php
2010-08-14 22:32:09 +02:00

12 lines
218 B
PHP

<?php
/**
* This exception is thrown if the user doesn't have enough rights
* to display the page.
*
* @author Thomas Schwery <thomas.schwery@epfl.ch>
*/
class AccessDeniedException extends Exception {
}
?>