UNPKG

@hellotext/hellotext

Version:
9 lines (7 loc) 190 B
class InvalidEvent extends Error { constructor(event) { super(`${event} is not valid. Please provide a valid event name`) this.name = 'InvalidEvent' } } export { InvalidEvent }