Fixed spelling in errors.py
This commit is contained in:
+2
-2
@@ -3,12 +3,12 @@ class APNsException(Exception):
|
|||||||
|
|
||||||
|
|
||||||
class InternalException(APNsException):
|
class InternalException(APNsException):
|
||||||
"""This exception should not thrown. If it is, please report this bug"""
|
"""This exception should not be raised. If it is, please report this as a bug."""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class BadPayloadException(APNsException):
|
class BadPayloadException(APNsException):
|
||||||
"""Something bad with payload"""
|
"""Something bad with the payload."""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user