Source code for androlyze.error.AndroLyzeLabError


# encoding: utf-8

__author__ = "Nils Tobias Schmidt"
__email__ = "schmidt89 at informatik.uni-marburg.de"

[docs]class AndroLyzeLabError(Exception): ''' Base class for all `AndroLyzeLab` exceptions ''' pass