Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some more throws in error framework #194

Merged
merged 11 commits into from
Jun 14, 2024

Commits on Jun 7, 2024

  1. Remove some more throws in error framework

    Signed-off-by: Cornelius Claussen <cc@pionix.de>
    corneliusclaussen committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b71b409 View commit details
    Browse the repository at this point in the history
  2. Update lib/error/error_database_map.cpp

    Co-authored-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
    Signed-off-by: corneliusclaussen <62659547+corneliusclaussen@users.noreply.github.com>
    corneliusclaussen and andistorm authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f82cf32 View commit details
    Browse the repository at this point in the history
  3. Update lib/error/error.cpp

    Co-authored-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
    Signed-off-by: corneliusclaussen <62659547+corneliusclaussen@users.noreply.github.com>
    corneliusclaussen and andistorm authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4511c3b View commit details
    Browse the repository at this point in the history
  4. Fix compile and another uncaught exception using at()

    Signed-off-by: Cornelius Claussen <cc@pionix.de>
    corneliusclaussen committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3678ca4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Move check of error_types in allowed_error_types to constructor

    Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
    andistorm committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    dfe7db5 View commit details
    Browse the repository at this point in the history
  2. * Rename return value to description

    * Add log message
    
    Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
    andistorm committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cf9f430 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Remove file include/utils/error/error_exceptions.hpp

    Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
    andistorm committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6f133a1 View commit details
    Browse the repository at this point in the history
  2. More of: Log errors instead of throw

    Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
    andistorm committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e77bbde View commit details
    Browse the repository at this point in the history
  3. run clang format

    Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
    andistorm committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    dfc4013 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
    andistorm committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9a48ba1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    662c3c6 View commit details
    Browse the repository at this point in the history