exceptions.hpp

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#pragma once


#include <felspar/exceptions/bad_alloc.hpp>
#include <felspar/exceptions/exception.hpp>
#include <felspar/exceptions/length_error.hpp>
#include <felspar/exceptions/logic_error.hpp>
#include <felspar/exceptions/messaging_error.hpp>
#include <felspar/exceptions/overflow_error.hpp>
#include <felspar/exceptions/runtime_error.hpp>
#include <felspar/exceptions/system_error.hpp>
#include <felspar/exceptions/underflow_error.hpp>