Skip to content

Commit

Permalink
Fix typo in ExchangeOrderNotFind exception name
Browse files Browse the repository at this point in the history
- Rename ExchangeOrderNotFind to ExchangeOrderNotFound
- Improve exception naming consistency
  • Loading branch information
saleh-mir committed Feb 6, 2025
1 parent 14e23b3 commit 00797fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jesse/exceptions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ExchangeRejectedOrder(Exception):
pass


class ExchangeOrderNotFind(Exception):
class ExchangeOrderNotFound(Exception):
pass


Expand Down

0 comments on commit 00797fa

Please sign in to comment.