Public Member Functions | List of all members
ML::fil::runtime_error Struct Reference

#include <exceptions.hpp>

Inheritance diagram for ML::fil::runtime_error:
Inheritance graph
Collaboration diagram for ML::fil::runtime_error:
Collaboration graph

Public Member Functions

 runtime_error ()
 
 runtime_error (char const *msg)
 
 runtime_error (std::string const &msg)
 
virtual char const * what () const noexcept
 

Detailed Description

Exception indicating a runtime error.

Constructor & Destructor Documentation

◆ runtime_error() [1/3]

ML::fil::runtime_error::runtime_error ( )
inline

◆ runtime_error() [2/3]

ML::fil::runtime_error::runtime_error ( char const *  msg)
inline

◆ runtime_error() [3/3]

ML::fil::runtime_error::runtime_error ( std::string const &  msg)
inline

Member Function Documentation

◆ what()

virtual char const* ML::fil::runtime_error::what ( ) const
inlinevirtualnoexcept

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