Added missing AutoTaggerException

This commit is contained in:
Matthew Barbour 2020-06-11 16:51:17 -05:00 committed by Shish
parent 05d4a3a592
commit 4d0b90921d

View file

@ -52,6 +52,10 @@ class DeleteAutoTagEvent extends Event
}
}
class AutoTaggerException extends SCoreException
{
}
class AddAutoTagException extends SCoreException
{
}