()
| 12 | } |
| 13 | |
| 14 | func (e MethodNotFoundError) Error() string { |
| 15 | return fmt.Sprintf("Method not found: %s", e.Method) |
| 16 | } |
| 17 | |
| 18 | // CallbackNotFoundError is returned when there is no registered callback for |
| 19 | // received message. |
nothing calls this directly
no outgoing calls
no test coverage detected