4irbnb

Replicating airbnb following the atomic design principles...

View the Project on GitHub kokiebisu/4irbnb

Home > @nextbnb/common > BaseError > (constructor)

BaseError.(constructor)

Constructs a new instance of the BaseError class

Signature:

constructor({ message, statusCode }: IBaseErrorConstructor);

Parameters

Parameter Type Description
{ message, statusCode } IBaseErrorConstructor