trustgraph/trustgraph-base/trustgraph/api/exceptions.py
cybermaggedon 844547ab5f
Feature/library cli (#363)
* Major Python client API rework, break down API & colossal class

* Complete rest of library API

* Library CLI support
2025-05-05 11:09:18 +01:00

6 lines
95 B
Python

class ProtocolException(Exception):
pass
class ApplicationException(Exception):
pass