Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
packaging
apkg
Commits
aa333733
Commit
aa333733
authored
Mar 22, 2021
by
Jakub Ružička
Browse files
exception: remove unused HTTPRequestFailed
parent
ade04df5
Changes
1
Hide whitespace changes
Inline
Side-by-side
apkg/exception.py
View file @
aa333733
...
...
@@ -84,11 +84,6 @@ class DistroNotSupported(ApkgException):
exit_code
=
44
class
HTTPRequestFailed
(
ApkgException
):
msg_fmt
=
"HTTP request failed with code %(code)s: %(request)s"
exit_code
=
54
class
FileDownloadFailed
(
ApkgException
):
msg_fmt
=
"Failed to download file with code %(code)s:
\n\n
%(url)s"
exit_code
=
56
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment