From 31e07fdb99dc12c778c739c32a1d1679ee2cf97d Mon Sep 17 00:00:00 2001 From: trainman419 Date: Tue, 21 May 2013 00:00:31 -0700 Subject: [PATCH] Update list of exceptions thrown from constructor. --- include/serial/serial.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/serial/serial.h b/include/serial/serial.h index 6205e0e..c433493 100644 --- a/include/serial/serial.h +++ b/include/serial/serial.h @@ -171,7 +171,9 @@ public: * flowcontrol_none, possible values are: flowcontrol_none, * flowcontrol_software, flowcontrol_hardware * - * \throw PortNotOpenedException + * \throw serial::PortNotOpenedException + * \throw serial::IOException + * \throw std::invalid_argument */ Serial (const std::string &port = "", uint32_t baudrate = 9600,