BookNotFoundException constructor

BookNotFoundException({
  1. required String message,
})

Implementation

BookNotFoundException({required this.message});