Arkulib
include
Exceptions
IntTypeGivenException.hpp
Go to the documentation of this file.
1
9
#pragma once
10
11
#include <stdexcept>
12
13
namespace
Arkulib::Exceptions
{
17
class
IntTypeGivenException
:
public
std::invalid_argument {
18
public
:
19
inline
IntTypeGivenException
() : std::invalid_argument(
20
"The type given to a erational multiplier must not be a floating point."
) {}
21
};
22
}
Arkulib::Exceptions::IntTypeGivenException
An exception to handle ERational multiplier in a non floating point type.
Definition:
IntTypeGivenException.hpp:17
Arkulib::Exceptions::IntTypeGivenException::IntTypeGivenException
IntTypeGivenException()
Definition:
IntTypeGivenException.hpp:19
Arkulib::Exceptions
Definition:
DigitsTooLargeException.hpp:13
Generated by
1.9.5