cpp-terminal 1.0.0
Small C++ library for writing multiplatform terminal applications
Loading...
Searching...
No Matches
exception.hpp File Reference
#include "cpp-terminal/exception.hpp"
#include <cstdint>
#include <string>

Go to the source code of this file.

Classes

class  Term::Private::WindowsError
 
class  Term::Private::WindowsException
 
class  Term::Private::Errno
 
class  Term::Private::ErrnoException
 

Namespaces

namespace  Term
 
namespace  Term::Private
 

Enumerations

enum class  Term::Private::ExceptionDestination : std::uint8_t { Term::Private::MessageBox = 0 , Term::Private::StdErr }
 

Functions

void Term::Private::ExceptionHandler (const ExceptionDestination &destination=ExceptionDestination::StdErr) noexcept