neft-server/src/main/kotlin/net/ipksindia/ItemNotFoundException.kt

3 lines
116 B
Kotlin

package net.ipksindia
class ItemNotFoundException(type: String, name: String) : Exception("Not Found $type: $name")