Jordan Pittier
|
fa36dcbe09
|
Use `isinstance( instead of issubclass(type( `
When we already have an `instance` it's less typing and faster to
use `isinstance`.
|
2017-01-27 11:11:29 +01:00 |
|
Eli Uriegas
|
40f1e14bb7
|
Fix exception_monitoring example to actually work
Closes #324
Super was used incorrectly in the example, also fixed some formatting
here and there.
|
2017-01-20 14:36:15 -06:00 |
|
Jack Fischer
|
d9f6846c76
|
improved default handling
|
2016-11-16 07:55:54 -05:00 |
|
Jack Fischer
|
9e0747db15
|
Example for using error_handler
|
2016-11-15 19:37:40 -05:00 |
|