.. _program_listing_file__tmp_ws_src_ecl_core_ecl_exceptions_include_ecl_exceptions.hpp: Program Listing for File exceptions.hpp ======================================= |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ecl_core/ecl_exceptions/include/ecl/exceptions.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_EXCEPTIONS_HPP_ #define ECL_EXCEPTIONS_HPP_ /***************************************************************************** ** Platform Detection *****************************************************************************/ #include /***************************************************************************** ** Includes *****************************************************************************/ #include "exceptions/macros.hpp" #include "exceptions/exception.hpp" #include "exceptions/standard_exception.hpp" #include "exceptions/data_exception.hpp" #if defined(ECL_IS_POSIX) #include "exceptions/posix_error_handler.hpp" #endif #endif /* ECL_EXCEPTIONS_HPP_ */