artellapipe.utils.exceptions module

Module that contains exceptions functions

exception artellapipe.utils.exceptions.ArtellaPipeException(project, msg=None)

Bases: Exception

Custom exception that raises Bug Tracker Tool for Artella

exception artellapipe.utils.exceptions.RecursiveParserExceptions(project, msg=None)

Bases: artellapipe.utils.exceptions.ArtellaPipeException, object

Custom exception that is raised when a recursive section is found by parser

artellapipe.utils.exceptions.capture_sentry_exception(exc)

Captures given exception in sentry server :param exc: str or Exception, Exception to capture

artellapipe.utils.exceptions.capture_sentry_message(msg)

Captures given exception in sentry server :param e: str

artellapipe.utils.exceptions.sentry_exception(function)

Decorators that sends exception to sentry server