]> BookStack Code Mirror - bookstack/blob - app/Exceptions/PermissionsException.php
Deps: Updated composer packages
[bookstack] / app / Exceptions / PermissionsException.php
1 <?php
2
3 namespace BookStack\Exceptions;
4
5 use Exception;
6
7 class PermissionsException extends Exception
8 {
9 }