@@ -0,0 +1,9 @@
|
||||
package adreviewmod
|
||||
|
||||
// ADReviewNotExistError
|
||||
type ADReviewNotExistError struct {
|
||||
}
|
||||
|
||||
func (ADReviewNotExistError) Error() string {
|
||||
return "review is not exist"
|
||||
}
|
||||
Reference in New Issue
Block a user