Appwrite C++ SDK
Auto-generated API documentation for the Appwrite C++ SDK
Loading...
Searching...
No Matches
AppwriteException Class Reference

#include <AppwriteException.hpp>

Inheritance diagram for AppwriteException:
Collaboration diagram for AppwriteException:

Public Member Functions

 AppwriteException (const std::string &message)
 
const char * what () const noexcept override
 

Detailed Description

Definition at line 10 of file AppwriteException.hpp.

Constructor & Destructor Documentation

◆ AppwriteException()

AppwriteException::AppwriteException ( const std::string &  message)
inlineexplicit

Definition at line 12 of file AppwriteException.hpp.

12: message(message) {}

Member Function Documentation

◆ what()

const char * AppwriteException::what ( ) const
inlineoverridenoexcept

Definition at line 13 of file AppwriteException.hpp.

13{ return message.c_str(); }

The documentation for this class was generated from the following file: