DEV Community

Discussion on: Elegant Error Handling with C++

Collapse
 
mdabek profile image
Marek Dabek

throw catch exception should not be used as a replacement to the regular error handling. In the below presentation Bjarne describes rules for using error-codes and exceptions he is following:

youtu.be/VoHOLDdfDhk?t=2714