UNPKG
@telstra/core
Version:
latest (0.0.3)
0.0.3
0.0.1
0.0.0
Telstra SDK Core
github.com/telstra/telstra-sdk-node
telstra/telstra-sdk-node
@telstra/core
/
dist
/
errors
/
configuration
/
ConfigurationError.js
7 lines
(6 loc)
•
162 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
SDKError
}
from
'../base/SdkError.js'
;
export
class
ConfigurationError
extends
SDKError
{
constructor
(
errorCode
) {
super
(errorCode); } }