This addresses issue #23 by modifying the toString() method of AuthorizationException to generate a human-readable representation, which is consistent with Throwable. There was only one explicit call to toString() that needed the machine-readable version and it was updated to be consistent with other nearby calls (see 7671ebd).
This addresses issue #23 by modifying the
toString()
method ofAuthorizationException
to generate a human-readable representation, which is consistent withThrowable
. There was only one explicit call totoString()
that needed the machine-readable version and it was updated to be consistent with other nearby calls (see 7671ebd).