mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-13 23:33:53 +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"){
|
|
|
|
}
|