Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
AutomatonException.h
Go to the documentation of this file.
1
6#pragma once
7
9
10namespace automaton {
11
16public:
17 explicit AutomatonException(const std::string& cause);
18};
19
20} /* namespace automaton */
21
Definition: AutomatonException.h:15
AutomatonException(const std::string &cause)
Definition: AutomatonException.cpp:10
Basic exception from which all other exceptions are derived.
Definition: CommonException.h:21
Definition: ToGrammar.h:31