ResourceNotFoundException constructor

const ResourceNotFoundException(
  1. String? message
)

Implementation

const ResourceNotFoundException(super.message);