|
LLDB mainline
|
#include <MCPError.h>
Public Member Functions | |
| UnsupportedURI (std::string uri) | |
| void | log (llvm::raw_ostream &OS) const override |
| std::error_code | convertToErrorCode () const override |
Static Public Attributes | |
| static char | ID |
Private Attributes | |
| std::string | m_uri |
Definition at line 36 of file MCPError.h.
| UnsupportedURI::UnsupportedURI | ( | std::string | uri | ) |
Definition at line 28 of file MCPError.cpp.
References m_uri.
|
override |
Definition at line 34 of file MCPError.cpp.
|
override |
Definition at line 30 of file MCPError.cpp.
References m_uri.
|
static |
Definition at line 38 of file MCPError.h.
|
private |
Definition at line 46 of file MCPError.h.
Referenced by log(), and UnsupportedURI().