brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
BrepBugError
Class BrepBugError
Error thrown for invariant violations / programmer bugs (should never be caught).
Hierarchy
Error
BrepBugError
Index
Constructors
constructor
Properties
cause?
location
message
name
stack?
Constructors
constructor
new
BrepBugError
(
location
:
string
,
message
:
string
)
:
BrepBugError
Parameters
location
:
string
message
:
string
Returns
BrepBugError
Properties
Optional
cause
cause
?:
unknown
Readonly
location
location
:
string
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
location
message
name
stack
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Error thrown for invariant violations / programmer bugs (should never be caught).