Control Libraries
6.3.4
Loading...
Searching...
No Matches
source
state_representation
include
state_representation
exceptions
NoSolutionToFitException.hpp
1
#pragma once
2
3
#include <exception>
4
#include <iostream>
5
6
namespace
state_representation::exceptions {
7
class
NoSolutionToFitException
:
public
std::runtime_error {
8
public
:
9
explicit
NoSolutionToFitException
(
const
std::string& msg) : runtime_error(msg) {};
10
};
11
}
// namespace state_representation::exceptions
state_representation::exceptions::NoSolutionToFitException
Definition:
NoSolutionToFitException.hpp:7
Generated by
1.9.5