Let's make (git) history!
This commit is contained in:
15
handlers/handlerinvalidaction.h
Normal file
15
handlers/handlerinvalidaction.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef HANDLERINVALIDACTION_H
|
||||
#define HANDLERINVALIDACTION_H
|
||||
#include "handler.h"
|
||||
|
||||
class HandlerInvalidAction : public Handler
|
||||
{
|
||||
public:
|
||||
Response handle(const Request &r) override;
|
||||
~HandlerInvalidAction() override
|
||||
{
|
||||
}
|
||||
using Handler::Handler;
|
||||
};
|
||||
|
||||
#endif // HANDLERINVALIDACTION_H
|
Viittaa uudesa ongelmassa
Block a user