First page
Back
Continue
Last page
Graphics
EXCEPTION
Stop executing and pass control to an exception handler
#include <stdexcept>
if (size == 0) throw domain_error("local helpful message");