package adsmod // ADSNotExistError type ADSNotExistError struct { } func (ADSNotExistError) Error() string { return "ads is not exist" }