@@ -0,0 +1,9 @@
|
||||
package wdordmod
|
||||
|
||||
// OrderNotExistError
|
||||
type OrderNotExistError struct {
|
||||
}
|
||||
|
||||
func (d OrderNotExistError) Error() string {
|
||||
return "order not exist error"
|
||||
}
|
||||
Reference in New Issue
Block a user