File size: 207 Bytes
e18c302
 
 
 
 
 
1
2
3
4
5
6
7
class InvalidEnvelopeError(Exception):
    """Input envelope is not callable and instance of BaseEnvelope"""


class InvalidModelTypeError(Exception):
    """Input data model does not implement BaseModel"""