UNPKG
@khulnasoft.com/dev-tools
Version:
latest (1.10.0)
1.10.0
1.0.0
KhulnaSoft Visual CMS Devtools
khulnasoft.com
@khulnasoft.com/dev-tools
/
types
/
common
/
errors.d.ts
7 lines
(6 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Use this
when
you want to throw an error
and
NOT have the error logged to the * user
when
reporting to sentry */ export declare
class
PrivateError
extends
Error
{ }