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