KennethanCeyer/gowap

View on GitHub
exception/error.go

Summary

Maintainability
A
0 mins
Test Coverage
package exception

const (
    ErrorCodeGeneral  = 100
    ErrorCodeIntialze = 101
)