Preparing search index...
The search index is not available
@nevware21/ts-utils
@nevware21/ts-utils
CustomErrorConstructor
Interface CustomErrorConstructor<T>
Defines the definition of the custom error constructor Used by:
createCustomError
interface
CustomErrorConstructor
<
T
>
{
new CustomErrorConstructor
new
(
message
?:
string
)
:
T
;
new CustomErrorConstructor
new
(
message
?:
string
)
:
Error
;
prototype
:
T
;
(
message
?:
string
)
:
T
;
(
message
?:
string
)
:
Error
;
}
Type Parameters
T
extends
Error
=
Error
Hierarchy
ErrorConstructor
CustomErrorConstructor
Custom
Error
Constructor
(
message
?
)
:
T
Parameters
Optional
message
:
string
Returns
T
Custom
Error
Constructor
(
message
?
)
:
Error
Parameters
Optional
message
:
string
Returns
Error
Index
Constructors
constructor
Properties
prototype
Constructors
constructor
new
Custom
Error
Constructor
(
message
?
)
:
T
Parameters
Optional
message
:
string
Returns
T
new
Custom
Error
Constructor
(
message
?
)
:
Error
Parameters
Optional
message
:
string
Returns
Error
Properties
Readonly
prototype
prototype
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
prototype
@nevware21/ts-utils
Loading...
Defines the definition of the custom error constructor Used by: createCustomError