Skip to content

Commit

Permalink
Add description to exception
Browse files Browse the repository at this point in the history
  • Loading branch information
tresat committed Mar 26, 2024
1 parent acacc8c commit e6f436d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class ImplicitDependencyCollectorFunctionResolver(configurations: DependencyConf
}
})
} else {
throw IllegalStateException()
throw IllegalStateException("Unexpected parameter binding contents: ${parameterValueBinding.bindingMap.keys} for function: $name in: $receiverClass")
}
}
}
Expand Down

0 comments on commit e6f436d

Please sign in to comment.