3 lines
116 B
Kotlin
3 lines
116 B
Kotlin
package net.ipksindia
|
|
|
|
class ItemNotFoundException(type: String, name: String) : Exception("Not Found $type: $name") |