chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / src / exception / index.ts
1 export { BaseError } from './BaseError.js'
2 export { OCPPError } from './OCPPError.js'