Update aterrors.py

This commit is contained in:
Gaëtan 2022-07-01 03:47:19 +02:00 committed by GitHub
parent 44a7b0fd9a
commit 36209bfc47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)"""