mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-11 01:32:46 +01:00
Release catalyst
This commit is contained in:
8
caql/errors.go
Normal file
8
caql/errors.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package caql
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrStack = errors.New("unexpected operator stack")
|
||||
ErrUndefined = errors.New("variable not defined")
|
||||
)
|
||||
Reference in New Issue
Block a user