Update aterrors.py
This commit is contained in:
parent
44a7b0fd9a
commit
36209bfc47
1 changed files with 5 additions and 0 deletions
|
@ -54,3 +54,8 @@ class FileError(AternosError):
|
||||||
|
|
||||||
"""Raised when trying to execute a disallowed
|
"""Raised when trying to execute a disallowed
|
||||||
by Aternos file operation"""
|
by Aternos file operation"""
|
||||||
|
|
||||||
|
|
||||||
|
class PermissionError(AternosError):
|
||||||
|
"""Raised when trying to execute a non-allowed
|
||||||
|
command on a server (Think friends permissions)"""
|
||||||
|
|
Reference in a new issue