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