@douglasneuroinformatics/libjs
Preparing search index...
ExceptionConstructorArgs
Type Alias ExceptionConstructorArgs<TParams, TOptions>
ExceptionConstructorArgs
:
IsNever
<
RequiredKeysOf
<
TOptions
>
>
extends
true
?
[
message
?:
string
,
options
?:
TOptions
]
:
TParams
extends
{
message
:
(
(
details
:
any
)
=>
string
)
|
string
}
?
[
TOptions
]
:
[
message
:
string
,
options
:
TOptions
]
Type Parameters
TParams
extends
ExceptionParams
TOptions
extends
ExceptionOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@douglasneuroinformatics/libjs
Loading...