Page MenuHomec4science

OutOfRangeException.cpp
No OneTemporary

File Metadata

Created
Sun, May 19, 10:06

OutOfRangeException.cpp

#include "OutOfRangeException.hpp"
#include <iostream>
OutOfRangeException::OutOfRangeException(std::string probString) : Exception("OUT_OF_RANGE", probString){}

Event Timeline