Status: Accepted
Owner: pekka.klarck
Labels: Type-Enhancement Priority-Low Target-2.5.5
New issue 687 by pekka.klarck: The string presentation of `RobotError` base
exception should handle situation when it has no message
http://code.google.com/p/robotframework/issues/detail?id=687
If a library extends `RobotError` exception and manages to create an
instance of it without a message, construction an error message from it
fails so that the whole test execution crashes. This kind of usage is a bug
in the library, but because it's easy to handle the situation also on the
framework side we can do that.