Skip to content

Commit

Permalink
fix(base): restore docstring deleted by error
Browse files Browse the repository at this point in the history
  • Loading branch information
wvenialbo committed Sep 4, 2024
1 parent 31f389d commit 542ac57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions retspy_radar/base/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@


class ApplicationError(Exception):
"""
Lanzado si hubo un error en la aplicación.
"""

def __init__(self, what: str, exit_code: ExitCode = 1) -> None:
super().__init__(what)
Expand Down

0 comments on commit 542ac57

Please sign in to comment.