* Function that throw error messages * * @param {string} message * @throws
(message)
| 755 | * @throws |
| 756 | */ |
| 757 | static throwError(message) { |
| 758 | throw new Error(message); |
| 759 | } |
| 760 | |
| 761 | /** |
| 762 | * Function that display a warning messages, according to the debug level. |
no outgoing calls
no test coverage detected