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 39 of file MCPError.h.
UnsupportedURI::UnsupportedURI | ( | std::string | uri | ) |
Definition at line 35 of file MCPError.cpp.
References m_uri.
|
override |
Definition at line 41 of file MCPError.cpp.
|
override |
Definition at line 37 of file MCPError.cpp.
References m_uri.
|
static |
Definition at line 41 of file MCPError.h.
|
private |
Definition at line 49 of file MCPError.h.
Referenced by log(), and UnsupportedURI().