(self)
| 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) |
| 58 | |
| 59 | |
| 60 | #--------------------------------Global Function------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected