Source code for aixport.exceptions

# -*- coding: utf-8 -*-


[docs] class AIxPORTError(Exception): """ Base exception for AIxPORT """ pass