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

Thrown if an IO stream is null. More...

#include <NullStream.hpp>

Inheritance diagram for Melon::Exceptions::NullStream:

Public Member Functions

 NullStream ()
 Main constructor for class NullStream.
const char * what () const noexcept

Detailed Description

Thrown if an IO stream is null.

Member Function Documentation

◆ what()

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

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