@atomiqlabs/lp-lib 14.0.0-dev.34 → 14.0.0-dev.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -52,6 +52,7 @@ export abstract class AmountAssertions {
|
|
|
52
52
|
* @throws {DefinedRuntimeError} will throw an error if the response is an error
|
|
53
53
|
*/
|
|
54
54
|
static handlePluginErrorResponses(res: any): void {
|
|
55
|
+
if(res==null) return;
|
|
55
56
|
if(isQuoteThrow(res)) throw {
|
|
56
57
|
code: 29999,
|
|
57
58
|
msg: res.message
|