SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit e18d23ee authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Remove unused exception

parent 4f7aaa67
No related branches found
No related tags found
No related merge requests found
...@@ -2,14 +2,6 @@ __copyright__ = "Copyright © Stichting SciPost (SciPost Foundation)" ...@@ -2,14 +2,6 @@ __copyright__ = "Copyright © Stichting SciPost (SciPost Foundation)"
__license__ = "AGPL v3" __license__ = "AGPL v3"
class JournalNameError(Exception):
def __init__(self, name):
self.name = name
def __str__(self):
return self.name
class PaperNumberError(Exception): class PaperNumberError(Exception):
def __init__(self, nr): def __init__(self, nr):
self.nr = nr self.nr = nr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment