openMSX
MSXException.cc
Go to the documentation of this file.
1 #include "MSXException.hh"
2 
3 namespace openmsx {
4 
5 // class MSXException
6 
8  : message(message_.str())
9 {
10 }
11 
12 
13 // class FatalError
14 
16  : message(message_.str())
17 {
18 }
19 
20 } // namespace openmsx
This class implements a subset of the proposal for std::string_ref (proposed for the next c++ standar...
Definition: string_ref.hh:18
Thanks to enen for testing this on a real cartridge:
Definition: Autofire.cc:5
MSXException(string_ref message)
Definition: MSXException.cc:7
FatalError(string_ref message)
Definition: MSXException.cc:15