UNPKG
@fabrix/spool-tapestries
Version:
latest (1.6.0)
1.6.0
1.5.1
1.5.0
1.1.3
1.1.2
1.1.0
1.0.1
1.0.0
1.0.0-alpha.9
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
Spool - Tapestries, Easy RESTful Services
fabrix.app
fabrix-app/spool-tapestries
@fabrix/spool-tapestries
/
dist
/
errors
/
TapestryControllerNotInstalledError.d.ts
5 lines
(4 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
TapestryControllerNotInstalledError
extends
RangeError
{
constructor
(
);
readonly
name
:
string
; }