Actions
Bug #6700
closed[PATCH] Fix some 4xx status classes to inherit correctly from Net::HTTPClientError
Description
These recently added 4xx status classes were inheriting from Net::HTTPSuccess, which seems incorrect.
I believe they should inherit from Net::HTTPClientError, as with all the other 4xx cases.
Note that this change subtly alters/fixes the behavior of these classes since they will now inherit the EXCEPTION_TYPE = Net::HTTPServerException
from Net::HTTPClientError which they would not have had previously. I expect that's disable, but just wanted to flag that.
Files
Actions
Like0
Like0Like0Like0Like0