Melon
A C++ library designed for RadishOS.
Loading...
Searching...
No Matches
Melon::Exceptions::FileNotFound Class Reference

Thrown when a file was not found. More...

#include <FileNotFound.hpp>

Inheritance diagram for Melon::Exceptions::FileNotFound:

Public Member Functions

 FileNotFound (const String::String &path)
 Main constructor.
const char * what () const noexcept

Detailed Description

Thrown when a file was not found.

Constructor & Destructor Documentation

◆ FileNotFound()

Melon::Exceptions::FileNotFound::FileNotFound ( const String::String & path)

Main constructor.

Parameters
pathpath to the file

Member Function Documentation

◆ what()

const char * Melon::Exceptions::FileNotFound::what ( ) const
noexcept
Returns
a formatted message describing the error

The documentation for this class was generated from the following files:
  • Include/Internal/Exceptions/FileNotFound.hpp
  • Source/Exceptions/FileNotFound.cpp