Skip to content

Commit

Permalink
Update exceptions.py
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio <vozaanthony@gmail.com>
  • Loading branch information
D3vil0p3r authored Dec 19, 2024
1 parent cd4b7a9 commit d4fc448
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions podman/errors/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,8 @@ def __init__(

class InvalidArgument(PodmanError):
"""Parameter to method/function was not valid."""


class StreamParseError(RuntimeError):
def __init__(self, reason):
self.msg = reason

0 comments on commit d4fc448

Please sign in to comment.