#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | Exception |
Base class for genesis exceptions. More... | |
class | ExistingFileError |
Exception class that is thrown if trying to write to an existing file. More... | |
class | IOError |
Exception class for general input/output errors. More... | |
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::utils | |