I am trying to throw errors in my Arduino Ethernet code (if (error) throw error) and handle (really ignore: catch(Error error) {}) them. Sadly, I get e
if (error) throw error
catch(Error error) {}