ArtworkNotFoundException constructor

ArtworkNotFoundException({
  1. String message = 'Artwork not found',
})

Implementation

ArtworkNotFoundException({this.message = 'Artwork not found'});