Files
huangguo_server/models/v/adreviewmod/error.go
T
rootandClaude Opus 5 8679200f41 Initial commit
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-15 13:57:10 +08:00

10 lines
163 B
Go

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