MCPcopy Create free account
hub / github.com/ImSingee/PayJS / InvalidInfoException

Class InvalidInfoException

payjs/exceptions.py:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31class InvalidInfoException(PayJSException):
32 def __init__(self, code=-2000, msg='Invalid info'):
33 super().__init__(code, msg)

Callers 10

__init__Method · 0.90
nativeMethod · 0.90
cashierMethod · 0.90
get_cashier_urlMethod · 0.90
jsapiMethod · 0.90
micropayMethod · 0.90
closeMethod · 0.90
refundMethod · 0.90
get_openidMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected