* Builds the request encoding error message from the optional description and request details. * * @since 4.0.0
()
| 138 | * @since 4.0.0 |
| 139 | */ |
| 140 | override get message() { |
| 141 | return formatMessage(formatReason(this._tag), this.description, this.methodAndUrl) |
| 142 | } |
| 143 | } |
| 144 | |
| 145 | /** |
nothing calls this directly
no test coverage detected