UNPKG
@cashfarm/plow
Version:
latest (0.5.0)
next (0.5.0-rc.3)
0.5.0
0.5.0-rc.6
0.5.0-rc.5
0.5.0-rc.4
0.5.0-rc.3
0.5.0-rc.2
0.5.0-rc.1
0.4.0-RC.4
0.4.0-RC.3
0.4.0-RC.2
0.4.0-RC.1
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
Library for validating input data and parameters
github.com/cashfarm/plow
cashfarm/plow
@cashfarm/plow
/
lib
/
domain
/
domainException.d.ts
13 lines
(12 loc)
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Base
class
for
domain
exceptions
* *
No
utility
here
,
except
that
you
can
differentiate
this
exceptions
*
from
unexpected
errors
by
using
instanceof
operator
. * * @
export
* @
class
DomainException
* @
extends
{Error} */ export declare
class
DomainException
extends
Error
{ }