@hrefcl/apidoc - v4.0.5
GitHub
NPM
Preparing search index...
core/errors/parser_error
ParserError
Class ParserError
Extend the error object to broadcast parsing errors in an operation.
Hierarchy
Error
ParserError
Index
Constructors
constructor
Properties
file
block
element
source
extra
Constructors
constructor
new
ParserError
(
message
:
string
,
file
:
string
,
block
:
string
,
element
:
string
,
source
:
string
,
extra
?:
any
[]
,
)
:
ParserError
Parameters
message
:
string
file
:
string
block
:
string
element
:
string
source
:
string
Optional
extra
:
any
[]
Returns
ParserError
Properties
file
file
:
string
block
block
:
string
element
element
:
string
source
source
:
string
extra
extra
:
any
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
file
block
element
source
extra
Documentation
Live Demo
GitHub
NPM
@hrefcl/apidoc - v4.0.5
Loading...
Extend the error object to broadcast parsing errors in an operation.