Skip to content

Commit

Permalink
✨ Added new custom Exception - NoFilesToProcessError
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafalz13 committed Oct 11, 2024
1 parent fe927ad commit 204a73a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/viadot/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ def __init__(

class DataBufferExceededError(Exception):
pass


class NoFilesToProcessError(Exception):
pass

0 comments on commit 204a73a

Please sign in to comment.