class SkillException(Exception): """Base exception class for skills""" class FunctionNotFound(SkillException): """_import_and_call has not found the function/action"""