mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2025-10-16 12:02:51 +00:00
4 lines
130 B
Python
4 lines
130 B
Python
class MalformedPointError(AssertionError):
|
|
"""Raised in case the encoding of private or public key is malformed."""
|
|
|
|
pass
|