Class: FaucetRateLimitError
Extends
Error
Constructors
Constructor
new FaucetRateLimitError(message?): FaucetRateLimitError;
Parameters
| Parameter | Type |
|---|---|
message? | string |
Returns
FaucetRateLimitError
Inherited from
Error.constructor
Constructor
new FaucetRateLimitError(message?, options?): FaucetRateLimitError;
Parameters
| Parameter | Type |
|---|---|
message? | string |
options? | ErrorOptions |
Returns
FaucetRateLimitError
Inherited from
Error.constructor