Search
Preparing search index...
The search index is not available
@btilford/ts-base - v1.1.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
NotImplementedError
Class NotImplementedError
Hierarchy
Error
NotImplementedError
Index
Constructors
constructor
Properties
message
name
prop
stack
target
Error
Methods
method
Not
Implemented
Constructors
constructor
new
Not
Implemented
Error
(
message
:
string
, target
?:
undefined
|
{
name
:
string
}
, prop
?:
undefined
|
string
)
:
NotImplementedError
Parameters
message:
string
Optional
target:
undefined
|
{
name
:
string
}
Optional
prop:
undefined
|
string
Returns
NotImplementedError
Properties
message
message
:
string
name
name
:
string
Optional
Readonly
prop
prop
:
undefined
|
string
Optional
stack
stack
:
undefined
|
string
Optional
Readonly
target
target
:
undefined
|
{
name
:
string
}
Static
Error
Error
:
ErrorConstructor
Methods
Static
method
Not
Implemented
method
Not
Implemented
(
methodName
:
string
, type
?:
undefined
|
{
name
:
string
}
, additionalDetails
?:
string
)
:
Error
Parameters
methodName:
string
Optional
type:
undefined
|
{
name
:
string
}
Default value
additionalDetails:
string
= ""
Returns
Error
Globals
Not
Implemented
Error
constructor
message
name
prop
stack
target
Error
method
Not
Implemented
Generated using
TypeDoc