Source code for swarmpal.utils.exceptions

from __future__ import annotations


[docs] class PalError(Exception): ...