Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Remove unused exception in Fleks
Browse files Browse the repository at this point in the history
  • Loading branch information
jobe-m committed Mar 14, 2022
1 parent a099ca9 commit f6c1349
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ class FleksNoSuchEntityComponentException(entity: Entity, component: String) :

class FleksUnusedInjectablesException(unused: List<KClass<*>>) :
FleksException("There are unused injectables of following types: ${unused.map { it.simpleName }}")

class FleksBitArrayTypeException(type: String) :
FleksException("Cannot compare two BitArrays if the other is of type '$type'.")

0 comments on commit f6c1349

Please sign in to comment.