SIGN IN SIGN UP
BookStackApp / BookStack UNCLAIMED

A platform to create documentation/wiki content built with PHP & Laravel

0 0 10 PHP
2021-06-26 15:23:15 +00:00
<?php
namespace BookStack\Exceptions;
use Exception;
class PermissionsException extends Exception
{
}