classValidationErrorextendsError{constructor(message){super(message)// this one will store the message variable to message fieldthis.name='VALIDATION_ERROR'// this.message = message}}
Log in to continue
We're a place where coders share, stay up-to-date and grow their careers.
You don't need explicit call this line