Source code for storj.exception

# -*- coding: utf-8 -*-
"""Storj exception module."""


[docs]class StorjBridgeApiError(Exception): """Generic Storj exception.""" pass