#include <exception>
#include <sstream>
Include dependency graph for exceptions.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
class | UsbException |
Used when any libusb function returns <0. More... | |
class | YeppException |
Used when there's a logical/runtime error not related to USB communication. More... | |
Defines | |
#define | UsbEx(S) UsbException(__FILE__, __LINE__, usb_strerror (), S) |
#define | YeppEx(S) YeppException(__FILE__, __LINE__, S) |
#define | YeppEx_default() YeppException(__FILE__, __LINE__, last_error()) |
Definition in file exceptions.h.
|
Definition at line 33 of file exceptions.h. |
|
Definition at line 35 of file exceptions.h. |
|
Definition at line 37 of file exceptions.h. |