Function: isBaseException()
ts
function isBaseException(value: unknown): value is BaseException;Returns true if value is a @nhtio/adk!BaseException instance.
Parameters
| Parameter | Type |
|---|---|
value | unknown |
Returns
value is BaseException