(self, value)
| 211 | A parameter error is thrown when an incorrect parameter is passed into an s3g function (i.e. incorrect button name, etc) |
| 212 | """ |
| 213 | def __init__(self, value): |
| 214 | self.value = value |
| 215 | |
| 216 | def __str__(self): |
| 217 | return str(self.value) |
nothing calls this directly
no outgoing calls
no test coverage detected