Jetpack documentation 1.0.0
Loading...
Searching...
No Matches
JetpackStop Class Reference

An exception class for stopping the Jetpack. More...

#include <Exception.hpp>

Inheritance diagram for JetpackStop:

Public Member Functions

 JetpackStop (const std::string &message)
 Constructor for JetpackStop class.
 
 ~JetpackStop () override=default
 Destructor for JetpackStop class.
 
const char * what () const noexcept override
 Gets the message of the exception.
 

Private Attributes

std::string _message
 

Detailed Description

An exception class for stopping the Jetpack.

Constructor & Destructor Documentation

◆ JetpackStop()

JetpackStop ( const std::string & message)
inlineexplicit

Constructor for JetpackStop class.

Parameters
messageThe message of the what() function

Member Function Documentation

◆ what()

const char * what ( ) const
inlineoverridenoexcept

Gets the message of the exception.

Returns
The message of the exception

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