@projetoacbr/acbrlib-base-node 1.0.9 → 1.0.10
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/dist/src/index.js +1 -1
- package/package.json +1 -1
package/dist/src/index.js
CHANGED
|
@@ -417,7 +417,7 @@ class ACBrLibBaseMT {
|
|
|
417
417
|
throw new exception_1.ACBrLibParametroInvalidoError(errorMessage);
|
|
418
418
|
break;
|
|
419
419
|
case ACBrLibResultCodes_1.ACBrLibResultCodes.ErrExecutandoMetodo:
|
|
420
|
-
throw new exception_1.
|
|
420
|
+
throw new exception_1.ACBrLibExecutandoMetodoError(errorMessage);
|
|
421
421
|
break;
|
|
422
422
|
default:
|
|
423
423
|
// se a exceção não é uma exceção comum a todas as bibliotecas, exibe a mensagem de erro
|