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