refactor: executors and routers
* refactor: executors and routers
This commit is contained in:
@@ -3,6 +3,11 @@ package error
|
||||
func NewRaceUnknownError(arg ...any) error {
|
||||
return newGenericError(ErrInputUnknownRace, arg...)
|
||||
}
|
||||
|
||||
func NewUnknownRelationError(arg ...any) error {
|
||||
return newGenericError(ErrInputUnknownRelation, arg...)
|
||||
}
|
||||
|
||||
func NewSameRaceError(arg ...any) error {
|
||||
return newGenericError(ErrInputSameRace, arg...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user