NotFoundError constructor

NotFoundError(
  1. String message
)

Implementation

NotFoundError(String message) : super(message);