From 36209bfc470d7aeda2c5bf6061543a5c27dcca32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan?= <75177329+ghrlt@users.noreply.github.com> Date: Fri, 1 Jul 2022 03:47:19 +0200 Subject: [PATCH] Update aterrors.py --- python_aternos/aterrors.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python_aternos/aterrors.py b/python_aternos/aterrors.py index f2b88b3..7c39495 100644 --- a/python_aternos/aterrors.py +++ b/python_aternos/aterrors.py @@ -54,3 +54,8 @@ class FileError(AternosError): """Raised when trying to execute a disallowed by Aternos file operation""" + + +class PermissionError(AternosError): + """Raised when trying to execute a non-allowed + command on a server (Think friends permissions)"""