bookstack/app/Exceptions/ApiAuthException.php

7 lines
97 B
PHP

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