Fix of issue #69: If standard_error_message is a method, it never gets called, because
isinstance will raise an Exception first. I now catch this exception.
Showing
Please register or sign in to comment
isinstance will raise an Exception first. I now catch this exception.