How Do I Enable Error Throwing In PlatformIO? (I'm getting g++ errors.)

后端 未结 0 809
春和景丽
春和景丽 2021-02-01 04:10

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题