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