FilterGen  1.0.0
A library to design digital filters in embedded systems.
dh::filter::error Class Reference

#include <dh/cpp/filter.hpp>

Public Member Functions

 error (const char *str)
 
const char * what () const noexcept
 

Detailed Description

This class is thrown in case of errors.

Constructor & Destructor Documentation

◆ error()

dh::filter::error::error ( const char *  str)
inline

Constructor that sets the error message.

Member Function Documentation

◆ what()

const char* dh::filter::error::what ( ) const
inlinenoexcept

Returns a string describing what went wrong.


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