Replicating airbnb following the atomic design principles...
Home > @nextbnb/common > BaseError > (constructor)
Constructs a new instance of the BaseError
class
Signature:
constructor({ message, statusCode }: IBaseErrorConstructor);
Parameter | Type | Description |
---|---|---|
{ message, statusCode } | IBaseErrorConstructor |