Arkulib
include
Exceptions
DigitsTooLargeException.hpp
Go to the documentation of this file.
1
9
#pragma once
10
11
#include <stdexcept>
12
13
namespace
Arkulib::Exceptions
{
17
class
DigitsTooLargeException
:
public
std::overflow_error {
18
public
:
19
inline
DigitsTooLargeException
() : std::overflow_error(
20
"The given precision seems to large to be wanted. You should reduce it."
) {}
21
};
22
}
Arkulib::Exceptions::DigitsTooLargeException
An exception to handle too large precision.
Definition:
DigitsTooLargeException.hpp:17
Arkulib::Exceptions::DigitsTooLargeException::DigitsTooLargeException
DigitsTooLargeException()
Definition:
DigitsTooLargeException.hpp:19
Arkulib::Exceptions
Definition:
DigitsTooLargeException.hpp:13
Generated by
1.9.5