* Error for the "errors" array in "SetOptionError" with consistent message * @param {String} key
(key)
| 88 | * @param {String} key |
| 89 | */ |
| 90 | constructor(key) { |
| 91 | super(`"${key}" is not a valid option to set`); |
| 92 | } |
| 93 | } |
| 94 | |
| 95 | SetOptionError.SetOptionInnerError = SetOptionInnerError; |
nothing calls this directly
no outgoing calls
no test coverage detected