6
exception/types.go
Normal file
6
exception/types.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package exception
|
||||
|
||||
const (
|
||||
ErrorTypeCommon = "0"
|
||||
ErrorTypeSpecific = "1"
|
||||
)
|
||||
Reference in New Issue
Block a user