* Returns the current message, if any. * @protected * @return {?string} Message or null
()
| 47 | * @return {?string} Message or null |
| 48 | */ |
| 49 | getMessage () { |
| 50 | return this._message |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Sets the message. |
no outgoing calls
no test coverage detected