new InvalidChannelError( [message] [, fileName] [, lineNumber])
Thrown when an invalid channel is find.
Thrown when an invalid channel is find.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
message |
string |
<optional> |
Human-readable description of the error. |
fileName |
string |
<optional> |
Human-readable description of the error. |
lineNumber |
string |
<optional> |
Human-readable description of the error. |
Extends
- Error