mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-15 00:03:59 +01:00
6 lines
143 B
Scala
6 lines
143 B
Scala
package services
|
|
|
|
case class DependencyNotFoundException(val dependency: String) extends Exception(s"Dependency $dependency is not found"){
|
|
|
|
}
|