NotFoundException constructor

NotFoundException([
  1. String message = 'The resource could not be found'
])

Implementation

NotFoundException([super.message = 'The resource could not be found']);