exception documentation

class UnexpectedMethodError(Error):

Constructor: UnexpectedMethodError(methodId)

View In Hierarchy

Exception raised by RequestMockBuilder on unexpected calls.

Method __init__ Constructor for an UnexpectedMethodError.
@util.positional(1)
def __init__(self, methodId=None):

Constructor for an UnexpectedMethodError.