libalerror
2.1.0.18
|
Go to the source code of this file.
Classes | |
class | AL::ALNetworkError |
ALNetworkError is an exception raised when a network error occur in alcommon. More... | |
Namespaces | |
namespace | AL |
Defines | |
#define | ALNETWORKERROR(module, method, description) AL::ALNetworkError(module, method, description, __FILE__, __LINE__) |
Definition in file alnetworkerror.h.
#define ALNETWORKERROR | ( | module, | |
method, | |||
description | |||
) | AL::ALNetworkError(module, method, description, __FILE__, __LINE__) |
Create an ALNetworkError for the method from this module using that description (It will automaticly add file and line context)
Definition at line 25 of file alnetworkerror.h.