Mantid
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ScriptEditor::SaveCancelledException Class Reference

Exception type to indicate that saving was cancelled. More...

#include <ScriptEditor.h>

Inheritance diagram for ScriptEditor::SaveCancelledException:

Public Member Functions

const char * what () const noexcept override
 Return a message. More...
 

Private Attributes

std::string m_msg {"File Saving was cancelled"}
 

Detailed Description

Exception type to indicate that saving was cancelled.

Definition at line 45 of file ScriptEditor.h.

Member Function Documentation

◆ what()

const char * ScriptEditor::SaveCancelledException::what ( ) const
inlineoverridenoexcept

Return a message.

Definition at line 48 of file ScriptEditor.h.

Member Data Documentation

◆ m_msg

std::string ScriptEditor::SaveCancelledException::m_msg {"File Saving was cancelled"}
private

Definition at line 51 of file ScriptEditor.h.


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