mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
Introduce insufficientFunds Exception
This commit is contained in:
@@ -110,6 +110,8 @@ Below is an outline of exception inheritance hierarchy:
|
||||
| +---+ InvalidOrderException
|
||||
| |
|
||||
| +---+ RetryableOrderError
|
||||
| |
|
||||
| +---+ InsufficientFundsError
|
||||
|
|
||||
+---+ StrategyError
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user