starpy.error
index
/home/mcfletch/pylive/starpy/error.py

Collection of StarPy-specific error classes

 
Classes
       
Exception
AGICommandFailure
AMICommandFailure

 
class AGICommandFailure(Exception)
    AGI Command failure of some description
 
  Methods inherited from Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
class AMICommandFailure(Exception)
    AMI Command failure of some description
 
  Methods inherited from Exception:
__getitem__(...)
__init__(...)
__str__(...)