Skip to content

Commit e205b47

Browse files
committed
corrected exception handler naming to indicate http-only
1 parent 91f01ae commit e205b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blackduck/Exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class EndpointNotFound(Exception):
3232
class UnacceptableContentType(Exception):
3333
pass
3434

35-
def exception_handler(self, response, name):
35+
def http_exception_handler(self, response, name):
3636
error_codes = {
3737
404 : EndpointNotFound,
3838
406 : UnacceptableContentType

0 commit comments

Comments
 (0)