Skip to content

Error Handling #505

Description

@TomAtkinsonArm

We should use this thread to further discuss error handling.

Currently, we return an error like so:

if(auto err = some_function()) {
  // handle error
}

@asuessenbach would you be able to make a PR showing how we can use exceptions?

Metadata

Metadata

Labels

frameworkThis is relevant to the framework

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions