BookStack/app/Exceptions/PermissionsException.php

6 lines
103 B
PHP
Raw Normal View History

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