Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Errors (Exceptions)

Andrey edited this page Sep 28, 2021 · 1 revision

AternosError

Base class for all errors in this module.
Inherited from Exception.

AternosCredentialsError

This error means a function can't parse credentials
from cookies (ATERNOS_SESSION) or page (TOKEN).
Inherited from AternosError.

AternosServerStartError

That means an error happened while starting a server.
Details must be described in message.
Inherited from AternosError.

Clone this wiki locally