MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / __init__

Method __init__

fastdeploy/utils.py:170–173  ·  view source on GitHub ↗
(self, param: str, message: str)

Source from the content-addressed store, hash-verified

168
169class ParameterError(Exception):
170 def __init__(self, param: str, message: str):
171 self.param = param
172 self.message = message
173 super().__init__(message)
174
175
176class ExceptionHandler:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected