Public Member Functions | List of all members
ime::FileNotFound Class Reference

Exception class for when a file cannot be found. More...

#include <Exceptions.h>

Inheritance diagram for ime::FileNotFound:

Public Member Functions

 FileNotFound (const std::string &message)
 Constructor. More...
 

Detailed Description

Exception class for when a file cannot be found.

Definition at line 35 of file Exceptions.h.

Constructor & Destructor Documentation

◆ FileNotFound()

ime::FileNotFound::FileNotFound ( const std::string &  message)
inlineexplicit

Constructor.

Parameters
messageException message

Definition at line 41 of file Exceptions.h.


The documentation for this class was generated from the following file: