package adreviewmod // ADReviewNotExistError type ADReviewNotExistError struct { } func (ADReviewNotExistError) Error() string { return "review is not exist" }