Skip to content

Commit 2877851

Browse files
committed
chg: Expose missing exception
1 parent 0e241b4 commit 2877851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymisp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, *args, **kwargs):
7777
'MISPOrganisationBlocklist', 'MISPEventReport', 'MISPCorrelationExclusion',
7878
'MISPDecayingModel', 'MISPGalaxy', 'MISPGalaxyCluster', 'MISPGalaxyClusterElement',
7979
'MISPGalaxyClusterRelation', 'MISPNote', 'MISPOpinion', 'MISPRelationship',
80-
'PyMISPError', 'NewEventError', 'NewAttributeError',
80+
'PyMISPError', 'NewEventError', 'NewAttributeError', 'MISPServerError',
8181
'NoURL', 'NoKey', 'InvalidMISPObject', 'UnknownMISPObjectTemplate', 'PyMISPInvalidFormat',
8282
'Distribution', 'ThreatLevel', 'Analysis', 'ExpandedPyMISP'
8383
]

0 commit comments

Comments
 (0)