* toString helper * TODO remove? This defaults to `${this.name}: ${this.message}` * @api private
()
| 39 | * @api private |
| 40 | */ |
| 41 | toString() { |
| 42 | return this.message; |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * Ensure `name` and `message` show up in toJSON output re: gh-9296 |
no outgoing calls