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