aboutsummaryrefslogtreecommitdiffstats
path: root/core/opt_exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/opt_exception.hpp')
-rw-r--r--core/opt_exception.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/opt_exception.hpp b/core/opt_exception.hpp
index 458ff87..e20e209 100644
--- a/core/opt_exception.hpp
+++ b/core/opt_exception.hpp
@@ -37,12 +37,12 @@ namespace opt_utilities
When objection is not defined in optimizer, and optimizion is performing,
this exception will be thrown
*/
- class target_function_undefined
+ class object_function_undefined
:public opt_exception
{
public:
- target_function_undefined()
- :opt_exception("target function undefined")
+ object_function_undefined()
+ :opt_exception("object function undefined")
{}
};