* @package generis */ interface common_exception_UserReadableException { /** * Get the human-readable message for the end-user. It is supposed * to be translated and does not contain any confidential information * about the system and its sensitive data. * * @return string A human-readable message. */ public function getUserMessage(); }