1#ifndef BIOLCCCEXCEPTION_H
2#define BIOLCCCEXCEPTION_H
20 virtual const char*
what()
const noexcept;
Base class for all BioLCCC exceptions. Can be used by itself.
Definition biolcccexception.h:11
virtual const char * what() const noexcept
Returns a message.
Definition biolcccexception.cpp:14
~BioLCCCException() noexcept
A default destructor.
Definition biolcccexception.cpp:12
Apart from classes, BioLCCC contains calculation methods and constants.
Definition auxiliary.h:5