UNPKG
@imbricate/core
Version:
latest (3.32.0)
3.32.0
3.31.0
3.30.1
3.30.0
3.29.0
3.28.0
3.27.1
3.27.0
3.26.0
3.25.1
3.25.0
3.24.4
3.24.3
3.24.2
3.24.1
3.24.0
3.20.2
3.20.1
3.20.0
3.19.1
3.19.0
3.18.0
3.17.0
3.16.0
3.15.7
3.15.6
3.15.4
3.15.2
3.15.1
3.15.0
3.14.2
3.14.0
3.12.0
3.11.0
3.10.1
3.10.0
3.9.0
3.8.2
3.8.1
3.8.0
3.7.3
3.7.2
3.7.1
3.7.0
3.6.4
3.6.2
3.6.1
3.6.0
3.5.0
3.4.0
3.3.4
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.6.2
2.6.1
2.6.0
2.5.0
2.4.0
2.3.1
2.3.0
2.1.0
2.0.0
1.34.2
1.34.1
1.34.0
1.32.0
1.31.0
1.30.0
1.29.0
1.28.0
1.27.0
1.26.0
1.25.1
1.25.0
1.24.4
1.24.2
1.24.1
1.24.0
1.21.0
1.20.1
1.20.0
1.19.2
1.19.1
1.19.0
1.18.2
1.18.1
1.18.0
1.17.2
1.17.1
1.17.0
1.16.1
1.16.0
1.15.1
1.15.0
1.14.5
1.14.4
1.14.3
1.14.2
1.14.1
1.14.0
1.13.0
1.12.0
1.10.0
1.9.0
1.8.8
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.2
1.7.1
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.1.0
Imbricate Core, Notebook for Engineers
imbricate.io
Imbricate/Imbricate
@imbricate/core
/
error
/
text
/
text-error.d.ts
10 lines
(9 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@author
WMXPY
*
@namespace
Error
*
@description
Text Error */
import
{
ImbricateError
}
from
"../imbricate-error"
;
export
declare
class
ImbricateTextError
extends
ImbricateError
{
protected
constructor
(
message
:
string
,
type
:
string
,
reason
?:
any
); }