Source code for lookatme.exceptions

"""
Exceptions used within lookatme
"""


[docs] class IgnoredByContrib(Exception): """Raised when a contrib module's function chooses to ignore the function call. """ pass