MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / __init__

Method __init__

src/scripts/perf/errorHandler.py:50–54  ·  view source on GitHub ↗
(self, fileName, errno, msg = "")

Source from the content-addressed store, hash-verified

48class ApplicationException(Exception):
49
50 def __init__(self, fileName, errno, msg = ""):
51 self.fileName = fileName
52 self.errno = errno
53 self.mess = errorTable[errno] + msg
54 self.message = 'Application ERROR:'+repr(self.fileName+'-'+str(self.errno)+'-'+self.mess)
55
56 def __str__(self):
57 return repr(self.fileName+'-'+str(self.errno)+'-'+self.mess)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected