UNPKG
@fjell/core
Version:
latest (4.4.79)
4.4.79
4.4.78
4.4.77
4.4.76
4.4.75
4.4.74
4.4.73
4.4.72
4.4.70
4.4.69
4.4.68
4.4.67
4.4.66
4.4.65
4.4.64
4.4.63
4.4.62
4.4.61
4.4.60
4.4.59
4.4.58
4.4.57
4.4.56
4.4.55
4.4.54
4.4.53
4.4.52
4.4.51
4.4.50
4.4.49
4.4.48
4.4.47
4.4.46
4.4.44
4.4.43
4.4.42
4.4.41
4.4.40
4.4.39
4.4.38
4.4.37
4.4.36
4.4.35
4.4.34
4.4.32
4.4.29
4.4.28
4.4.27
4.4.26
4.4.25
4.4.24
4.4.23
4.4.22
4.4.21
4.4.18
4.4.16
4.4.13
4.4.12
4.4.7
4.4.6
4.4.5
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.12
4.2.11
Core Item and Key Framework for Fjell
github.com/fjellgrunn/core
fjellgrunn/core
@fjell/core
/
dist
/
errors
/
NotFoundError.d.ts
5 lines
(4 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
import
{
ActionError
}
from
'./ActionError'
;
export
declare
class
NotFoundError
extends
ActionError
{
constructor
(
message
:
string
,
itemType
:
string
,
key
?:
any
); }