handleNotFound method

void handleNotFound()

Implementation

void handleNotFound() {
  this.emit('not-found');
}