QuadroCopter  0.1.4
pwmSetupException.h
Go to the documentation of this file.
1 //
2 // Created by Michael Brookes on 10/02/2017.
3 //
4 
5 #ifndef QUADRO_PWMSETUPEXCEPTION_H
6 #define QUADRO_PWMSETUPEXCEPTION_H
7 
8 #include "../../Exceptions/setupException.h"
9 
10 using namespace quadro::exceptions;
11 using namespace std;
12 
13 namespace quadro {
14 
15  namespace pwm {
16 
18  public:
23  pwmSetupException( string _errMsg ) { }
24  };
25 
26  }
27 
28 }
29 
30 #endif //QUADRO_PWMSETUPEXCEPTION_H
Definition: fatalException.h:27
Definition: setupException.h:34
Definition: aeronautics.h:23
Definition: pwmSetupException.h:17
pwmSetupException(string _errMsg)
Definition: pwmSetupException.h:23