Thrown when a string manipulation function receives incorrect string input. More...
#include <string_manipulation.h>
Public Member Functions | |
| FaultyStringInput (const std::string &function, const std::string &input) | |
| Intitialize an instance. | |
Public Attributes | |
| std::string | function |
| std::string | input |
Thrown when a string manipulation function receives incorrect string input.
Definition at line 31 of file string_manipulation.h.
| FaultyStringInput::FaultyStringInput | ( | const std::string & | function, | |
| const std::string & | input | |||
| ) |
Intitialize an instance.
| function | the name of a string-manipulation function. | |
| int | the input function received. |
Definition at line 6 of file string_manipulation.cc.
1.6.3