EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
ConfigurationError.cpp
Go to the documentation of this file.
1
7
9
10namespace echomap
11{
12
14 const std::string_view message,
15 const std::source_location location
16) :
17 LocatableError(message, location)
18{
19}
20
21} // namespace echomap
EchoMap ConfigurationError exception specification.
ConfigurationError(std::string_view message, std::source_location location=std::source_location::current())
Create a new ConfigurationError with the given message at the given location.
LocatableError(std::string_view message, std::source_location location=std::source_location::current())
Create a new LocatableError with the given message at the given location.
The main EchoMap outermost namespace for all non-exported symbols.