del(crm): unused error.go
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package repository
|
||||
|
||||
type (
|
||||
repositoryError string
|
||||
)
|
||||
|
||||
const (
|
||||
ErrDatabaseError = repositoryError("DatabaseError")
|
||||
)
|
||||
|
||||
func (e repositoryError) Error() string {
|
||||
return "repository." + string(e)
|
||||
}
|
||||
Reference in New Issue
Block a user