Remove ktor-voter

This commit is contained in:
2021-01-18 13:12:29 +01:00
parent 64fa0912b8
commit 425d01c0df
4 changed files with 0 additions and 16 deletions

View File

@@ -1,6 +0,0 @@
package fr.dcproject.voter
import fr.ktorVoter.ActionI
import fr.ktorVoter.VoterException
class NoRuleDefinedException(action: ActionI) : VoterException("""No rule for action "$action" is defined""")

View File

@@ -1,6 +0,0 @@
package fr.dcproject.voter
import fr.ktorVoter.ActionI
import fr.ktorVoter.VoterException
class NoSubjectDefinedException(action: ActionI) : VoterException("""No subject for action "$action" is defined""")