UNPKG
@zcatalyst/filestore
Version:
latest (0.0.2)
0.0.2
0.0.1
ZOHO CATALYST SDK for JavaScript Filestore for Node.js and Browser.
@zcatalyst/filestore
/
dist-es
/
utils
/
error.js
7 lines
(6 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
PrefixedCatalystError
}
from
'@zcatalyst/utils'
;
export
class
CatalystFileStoreError
extends
PrefixedCatalystError
{
constructor
(
code, message, value
) {
super
(
'app'
, code, message, value); } }