(_ticker, _error)
| 26 | } |
| 27 | |
| 28 | function FailedRegistration(_ticker, _error) { |
| 29 | this.ticker = _ticker; |
| 30 | this.error = _error; |
| 31 | } |
| 32 | |
| 33 | ///////////////////////// MAIN SCRIPT ///////////////////////// |
| 34 | /* |
nothing calls this directly
no outgoing calls
no test coverage detected