champ-ed / agent /skill_exception.py
MalikS-343
squash
cbfe36d
Raw
History Blame Contribute Delete
178 Bytes
class SkillException(Exception):
"""Base exception class for skills"""
class FunctionNotFound(SkillException):
"""_import_and_call has not found the function/action"""