diff options
Diffstat (limited to 'application/exceptions/PublicApiException.php')
-rw-r--r-- | application/exceptions/PublicApiException.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/application/exceptions/PublicApiException.php b/application/exceptions/PublicApiException.php new file mode 100644 index 000000000..e7aa4360a --- /dev/null +++ b/application/exceptions/PublicApiException.php @@ -0,0 +1,10 @@ +<?php +/* + * Licensed under AGPLv3 + * (see COPYING for full license text) + * + */ +namespace exceptions; + +class PublicApiException extends ApiException { +} |