31#ifndef ETL_EXCEPTION_INCLUDED
32#define ETL_EXCEPTION_INCLUDED
50 typedef const char* string_type;
51 typedef int numeric_type;
53#if defined(ETL_VERBOSE_ERRORS)
58 exception(string_type reason_, string_type file_, numeric_type line_)
59 : reason_text(reason_),
69 exception(string_type reason_, string_type , numeric_type line_)
70 : reason_text(reason_),
94#if defined(ETL_VERBOSE_ERRORS)
113 string_type reason_text;
114#if defined(ETL_VERBOSE_ERRORS)
115 string_type file_text;
ETL_CONSTEXPR string_type what() const
Definition: exception.h:81
ETL_CONSTEXPR string_type file_name() const
Definition: exception.h:92
ETL_CONSTEXPR exception(string_type reason_, string_type, numeric_type line_)
Constructor.
Definition: exception.h:69
ETL_CONSTEXPR numeric_type line_number() const
Definition: exception.h:106
Definition: exception.h:47
bitset_ext
Definition: absolute.h:38