We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70327b3 commit c7ea640Copy full SHA for c7ea640
numpy_financial/_financial.py
@@ -30,19 +30,13 @@
30
31
class NoRealSolutionException(Exception):
32
""" No real solution to the problem. """
33
- def __init__(self, message):
34
- self.message = message
35
36
- def __str__(self):
37
- return self.message
+ pass
38
39
class IterationsExceededException(Exception):
40
""" Maximum number of iterations reached. """
41
42
43
44
45
46
47
48
def _convert_when(when):
0 commit comments