Commit cf2e620e authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add __all__ to exceptions module

parent fb8ce298
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -8,6 +8,11 @@
Exceptions raised by the package
"""

__all__ = [
	"InsufficientSpace", "NeedsMore", "UnexpectedMessage", "InvalidMessage",
	"UnimplementedWarning",
]


class InsufficientSpace(Exception):
	"""