Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
Loading...
Searching...
No Matches
Public Member Functions
Exception::ArgumentHandling Class Reference

#include <ArgumentHandling.hpp>

Inheritance diagram for Exception::ArgumentHandling:
Inheritance graph
Collaboration diagram for Exception::ArgumentHandling:
Collaboration graph

Public Member Functions

 ArgumentHandling (const std::string &msg)
 
 ~ArgumentHandling ()
 
const char * what () const noexcept override
 

Detailed Description

Definition at line 15 of file ArgumentHandling.hpp.

Constructor & Destructor Documentation

◆ ArgumentHandling()

Exception::ArgumentHandling::ArgumentHandling ( const std::string & msg)

Definition at line 12 of file ArgumentHandling.cpp.

◆ ~ArgumentHandling()

Exception::ArgumentHandling::~ArgumentHandling ( )

Definition at line 15 of file ArgumentHandling.cpp.

Member Function Documentation

◆ what()

const char * Exception::ArgumentHandling::what ( ) const
overridenoexcept

Definition at line 18 of file ArgumentHandling.cpp.


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