NoMatchingInvocationError constructor

NoMatchingInvocationError(Invocation invocation)

Creates a new NoMatchingInvocationError caused by the failure to replay the specified invocation.

Implementation

NoMatchingInvocationError(this.invocation);