BookNotFoundException constructor
BookNotFoundException({
- required String message,
Implementation
BookNotFoundException({required this.message});
BookNotFoundException({required this.message});