NotFound constructor

const NotFound(
  1. dynamic error
)

Implementation

const NotFound(
  dynamic error,
) : super('Not Found', '404', error);