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