18#ifndef LIVE_CELLS_EXCEPTIONS_HPP 
   19#define LIVE_CELLS_EXCEPTIONS_HPP 
   34        const char *what() 
const noexcept override {
 
   35            return "Stop computation of the value of a cell.";
 
 
   44        const char *what() 
const noexcept override {
 
   45            return "The value of a cell was referenced before it was initialized.";
 
 
Definition boolean.hpp:26
Exception indicating that the value of a cell should not be computed.
Definition exceptions.hpp:33
Exception indicating that the value of a cell was referenced before its initial value was computed.
Definition exceptions.hpp:43