SessionError Class
Declaration
class simaai::neat::SessionError { ... }
Included Headers
#include <SessionError.h>
Base class
| class | std::runtime_error |
Public Constructors Index
| SessionError (std::string msg) | |
| SessionError (std::string msg, SessionReport report) | |
Public Member Functions Index
| const SessionReport & | report () const |
Private Member Attributes Index
| SessionReport | report_ |
Definition at line 17 of file SessionError.h.
Public Constructors
SessionError()
| inline explicit |
Definition at line 19 of file SessionError.h.
19 explicit SessionError(std::string msg) : std::runtime_error(std::move(msg)), report_{} {}
SessionError()
| inline |
Definition at line 20 of file SessionError.h.
20 SessionError(std::string msg, SessionReport report)
21 : std::runtime_error(std::move(msg)), report_(std::move(report)) {}
Public Member Functions
report()
| inline |
Definition at line 22 of file SessionError.h.
Private Member Attributes
report_
|
Definition at line 27 of file SessionError.h.
27 SessionReport report_;
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.