1#ifndef IV_SRC_COMMS_SERIAL_EXCEPTIONS_HPP_
2#define IV_SRC_COMMS_SERIAL_EXCEPTIONS_HPP_
13 :
iv::exception::
Exception(fmt::format(
"SerialPort exception {} failed", description))
27 :
iv::exception::
Exception(fmt::format(
"Port not opened exception {} failed", description))
Definition exception.hpp:88
Definition exceptions.hpp:24
eExceptionType exceptionType() const noexcept override
Definition exceptions.hpp:31
PortNotOpenedException(std::string_view description)
Definition exceptions.hpp:26
Definition exceptions.hpp:10
SerialPortException(std::string_view description)
Definition exceptions.hpp:12
eExceptionType exceptionType() const noexcept override
Definition exceptions.hpp:17
Definition exceptions.hpp:7
eExceptionType
Definition exception.hpp:13
Definition AlarmsManager.cpp:18