package com.oblador.keychain.exceptions class EmptyParameterException(message: String?) : Exception(message)