Varkh / CashMachine-JS-Emulator

GeekHub school project
0 stars 0 forks source link

Core: handle errors form cash module with try/catch #51

Closed Varkh closed 7 years ago

Varkh commented 7 years ago

cashModule.getCash method could throw errors. Catch errors and handle them - show message, change state, etc...

Varkh commented 7 years ago

@kds1660 Help Julia to understand Core Module. @juliakukuliak This task is yours.