NotFoundException constructor

NotFoundException(
  1. dynamic error
)

Implementation

NotFoundException(error) : super(error, "[ERROR] Not Found: ");