Source code for stardog.exceptions

[docs]class StardogException(Exception): """General Stardog Exceptions""" pass
[docs]class TransactionException(StardogException): """Transaction Exceptions""" pass