Antares Xpansion
Investment simulations for Antares studies
Loading...
Searching...
No Matches
Exceptions.h
1
#pragma once
2
3
class
IniFileNotFound
:
public
std::runtime_error
4
{
5
public
:
6
explicit
IniFileNotFound
(
const
std::string& msg):
7
std::runtime_error(msg)
8
{
9
}
10
};
IniFileNotFound
Definition
Exceptions.h:4
src
cpp
lpnamer
input_reader
include
antares-xpansion
lpnamer
input_reader
Exceptions.h
Generated by
1.12.0