|
Melon
A C++ library designed for RadishOS.
|
Thrown when a file was not found. More...
#include <FileNotFound.hpp>
Public Member Functions | |
| FileNotFound (const String::String &path) | |
| Main constructor. | |
| const char * | what () const noexcept |
Thrown when a file was not found.
| Melon::Exceptions::FileNotFound::FileNotFound | ( | const String::String & | path | ) |
Main constructor.
| path | path to the file |
|
noexcept |