mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-18 04:30:53 +01:00
7 lines
181 B
Python
7 lines
181 B
Python
|
class EventNotFound(Exception):
|
||
|
"""Event is not present in the database"""
|
||
|
|
||
|
|
||
|
class DuplicateEvent(ValueError):
|
||
|
"""A duplicate mobilizon_id has been found in the database"""
|