mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 04:00:24 +08:00
62342433f4
Also adde draw.io to attribution list. Closes #649
9 lines
105 B
PHP
9 lines
105 B
PHP
<?php namespace BookStack\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class PermissionsException extends Exception
|
|
{
|
|
|
|
}
|