Added missing AutoTaggerException
This commit is contained in:
parent
05d4a3a592
commit
4d0b90921d
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@ class DeleteAutoTagEvent extends Event
|
|||
}
|
||||
}
|
||||
|
||||
class AutoTaggerException extends SCoreException
|
||||
{
|
||||
}
|
||||
|
||||
class AddAutoTagException extends SCoreException
|
||||
{
|
||||
}
|
||||
|
|
Reference in a new issue