This method prints a line of output to the current extension's standard error stream. @param error The message to print.
(String error)
| 124 | * @param error The message to print. |
| 125 | */ |
| 126 | void printError(String error); |
| 127 | |
| 128 | /** |
| 129 | * This method is used to register a listener which will be notified of |
no outgoing calls
no test coverage detected