Josh Lauer
Results
1
issues of
Josh Lauer
Ruby implements a method, Exception#message, which returns the result of calling #to_s on the exception object: https://ruby-doc.org/core-2.2.0/Exception.html#method-i-message In the ApiError class, the constructor in some cases sets @message to be...