BookStack/app/Exceptions/PermissionsException.php

6 lines
103 B
PHP

<?php namespace BookStack\Exceptions;
use Exception;
class PermissionsException extends Exception {}