Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Refactor error module #112

Merged
merged 6 commits into from
Jun 24, 2019
Merged

Refactor error module #112

merged 6 commits into from
Jun 24, 2019

Commits on Jun 24, 2019

  1. Fix OSDPError conversion to string

    The string conversion will be used to display the error message by
    default in a traceback.
    bjoernricks committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    62ea41b View commit details
    Browse the repository at this point in the history
  2. Refactor OSPDError class

    Extract a more generic OspdError base class from it and rename it to
    OspdCommandError.
    bjoernricks committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    bec82e7 View commit details
    Browse the repository at this point in the history
  3. Use correct import in tests

    The error class should be imported from the errors module.
    bjoernricks committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    6f1f995 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c81f52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fedc051 View commit details
    Browse the repository at this point in the history
  6. Rename error module into errors

    It now contains serveral error classes so errors seems to be a better
    name to me.
    bjoernricks committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    27f17db View commit details
    Browse the repository at this point in the history