Skip to content

Commit

Permalink
Merge pull request #1912 from JunJaBoy/patch-1
Browse files Browse the repository at this point in the history
update ScopeAlreadyCreatedException.kt
  • Loading branch information
arnaudgiuliani authored Sep 17, 2024
2 parents faecabe + 95c9ebd commit bc12ba0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
*/
package org.koin.core.error

/**
* Scope is already created error
* @author Arnaud Giuliani
*/
class ScopeAlreadyCreatedException(s: String) : Exception(s)

0 comments on commit bc12ba0

Please sign in to comment.