How can throw an error with options or a status code and then catch them? From the syntax here, it seems we can through the error with additional info: new Erro
I need to throw an exception for "insufficient Funds" when a user withdrawals more than the amount in initialAccountBalance (which equals 500.00). However, I a