Bomberman
Public Member Functions | List of all members
RAY::Exception::RayError Class Reference

base exception class for RAY lib More...

#include <RayError.hpp>

Inheritance diagram for RAY::Exception::RayError:
Collaboration diagram for RAY::Exception::RayError:

Public Member Functions

 RayError (const std::string &what)
 Create a new RAY exception. More...
 
 ~RayError ()=default
 A default destructor. More...
 
 RayError (const RayError &)=default
 A RAY exception is copy constructable. More...
 
RayErroroperator= (const RayError &)=default
 A default assignment operator. More...
 

Detailed Description

base exception class for RAY lib

Constructor & Destructor Documentation

◆ RayError() [1/2]

RAY::Exception::RayError::RayError ( const std::string &  what)

Create a new RAY exception.

◆ ~RayError()

RAY::Exception::RayError::~RayError ( )
default

A default destructor.

◆ RayError() [2/2]

RAY::Exception::RayError::RayError ( const RayError )
default

A RAY exception is copy constructable.

Member Function Documentation

◆ operator=()

RayError& RAY::Exception::RayError::operator= ( const RayError )
default

A default assignment operator.


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