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 07e8dd3 commit aae7a2eCopy full SHA for aae7a2e
lib/matplotlib/backends/backend_gtk.py
@@ -1535,18 +1535,6 @@ def error_msg_gtk(msg, parent=None):
1535
dialog.destroy()
1536
1537
1538
-class MPLError (Exception):
1539
- """Exception for Matplotlib errors
1540
- Attributes:
1541
- message -- explanation of the error
1542
- """
1543
- def __init__ (self, message):
1544
- self.message = message
1545
-
1546
- def __str__ (self):
1547
- return self.message
1548
1549
1550
def exception_handler(type, value, tb):
1551
"""Handle uncaught exceptions
1552
It does not catch SystemExit
0 commit comments