oslo.serialization/oslo_serialization
John L. Villalovos c1a7079c26 When serializing an exception return its 'repr'
When serializing an exception return its 'repr'. A 'repr' is a
printable representation of an object.

For example the exception: ValueError("an exception") will be returned
as the string: "ValueError('an exception',)"

Change-Id: Iac9f4624bcc4ff65e27c9ca20c6cbbe9481cf334
2017-10-03 09:41:52 -07:00
..