NotFoundError constructor

const NotFoundError([
  1. String message = 'routing: not found'
])

Implementation

const NotFoundError([this.message = 'routing: not found']);