Melon
A C++ library designed for RadishOS.
Loading...
Searching...
No Matches
Exceptions.hpp
1#pragma once
2
8{}
9
10#include "Internal/Exceptions/BufferOverflow.hpp"
11#include "Internal/Exceptions/OutOfRange.hpp"
12#include "Internal/Exceptions/FileNotFound.hpp"
13#include "Internal/Exceptions/NullStream.hpp"
Contains custom exceptions.
Definition Exceptions.hpp:8