MCPcopy Create free account
hub / github.com/z7zmey/php-parser / Error

Struct Error

errors/error.go:10–13  ·  view source on GitHub ↗

Error parsing error

Source from the content-addressed store, hash-verified

8
9// Error parsing error
10type Error struct {
11 Msg string
12 Pos *position.Position
13}
14
15// NewError creates and returns new Error
16func NewError(msg string, p *position.Position) *Error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected