xref
: /
expo
/
home
/
api
/
GenericError.ts
(revision 896a29e5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
import
ExtendableError
from
'es6-error'
;
2
3
export
class
GenericError
extends
ExtendableError
{}
4