UserNotFoundException constructor

const UserNotFoundException([
  1. String? message
])

Implementation

const UserNotFoundException([String? message]) : super(message);