@cashlab/common
Preparing search index...
IBaseExceptionConstructor
Interface IBaseExceptionConstructor
interface
IBaseExceptionConstructor
{
new
IBaseExceptionConstructor
(
message
:
string
,
payload
?:
object
,
)
:
BaseException
;
name
:
string
;
fromObject
(
data
:
any
)
:
BaseException
;
}
Index
Constructors
constructor
Properties
name
Methods
from
Object
Constructors
constructor
new
IBaseExceptionConstructor
(
message
:
string
,
payload
?:
object
)
:
BaseException
Parameters
message
:
string
Optional
payload
:
object
Returns
BaseException
Properties
name
name
:
string
Methods
from
Object
fromObject
(
data
:
any
)
:
BaseException
Parameters
data
:
any
Returns
BaseException
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
Methods
from
Object
@cashlab/common
Loading...