NotFoundException constructor
NotFoundException(
- dynamic error
Implementation
NotFoundException(error) : super(error, "[ERROR] Not Found: ");
NotFoundException(error) : super(error, "[ERROR] Not Found: ");