A standardize package for errors
npm install @tbdc-agro-softwares/exceptions
## or
yarn add @tbdc-agro-softwares/exceptions
## or
pnpm add @tbdc-agro-softwares/exceptionsimport { configureTbdcException } from '@tbdc-agro-softwares/exceptions';
configureTbdcException({
debugTranslate: false,
isBackend: false,
});🚧 Documentation in progress... (Help is needed)