class EL_MODULE_EXCEPTION
Client examples: CURRENCY_EXCHANGE_HISTORY_COMMAND ; DISTRIBUTED_INTEGRATION_COMMAND ; EIFFEL_CONFIGURATION_LIST ; EIFFEL_TEST_SET ; SD_SHARED_EIFFEL_FEATURE_EDITOR ; SHARED_DATABASE ; STRING_BENCHMARK
Shared access to routines of class EL_EXCEPTION_ROUTINES
note
description: "Shared access to routines of class ${EL_EXCEPTION_ROUTINES}"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2024-01-20 19:18:24 GMT (Saturday 20th January 2024)"
revision: "10"
deferred class
EL_MODULE_EXCEPTION
inherit
EL_MODULE
feature {NONE} -- Constants
Exception: EL_EXCEPTION_ROUTINES
once
create Result.make
end
end