]> BookStack Code Mirror - bookstack/blob - app/Exceptions/PermissionsException.php
Merge branch 'openid' of https://github.com/jasperweyne/BookStack into jasperweyne...
[bookstack] / app / Exceptions / PermissionsException.php
1 <?php
2
3 namespace BookStack\Exceptions;
4
5 use Exception;
6
7 class PermissionsException extends Exception
8 {
9 }