bookstack/app/Exceptions/ApiAuthException.php

8 lines
97 B
PHP

<?php
namespace BookStack\Exceptions;
class ApiAuthException extends UnauthorizedException
{
}