Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
caucase
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
caucase
Commits
2ada1b23
Commit
2ada1b23
authored
Mar 29, 2017
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extensions: Use intended base exception class.
parent
896a3462
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
caucase/exceptions.py
caucase/exceptions.py
+4
-4
No files found.
caucase/exceptions.py
View file @
2ada1b23
...
...
@@ -20,16 +20,16 @@ class CertificateAuthorityException(Exception):
"""Base exception"""
pass
class
NoStorage
(
Exception
):
class
NoStorage
(
CertificateAuthority
Exception
):
"""No space in storage"""
pass
class
NotFound
(
Exception
):
class
NotFound
(
CertificateAuthority
Exception
):
"""Requested resource does not exist"""
pass
class
Found
(
Exception
):
class
Found
(
CertificateAuthority
Exception
):
"""Requested ID is already in use"""
class
BadSignature
(
Exception
):
class
BadSignature
(
CertificateAuthority
Exception
):
"""Non-x509 signature check failed"""
Write
Preview
Markdown
is supported
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