X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Finput%2Fgeneric%2Fgamecontroller.cpp;h=9ba7130eb925097a7003711d364358ae3c44bf53;hb=5858aa055277dbd376c33bb3bbeb6aa74137a17f;hp=b320342c732cc1adc5b071781bdcebf659eb5ca0;hpb=c3b9df7cf0a4ea3b97cacc1802d245fee133ed7a;p=libs%2Fgui.git diff --git a/source/input/generic/gamecontroller.cpp b/source/input/generic/gamecontroller.cpp index b320342..9ba7130 100644 --- a/source/input/generic/gamecontroller.cpp +++ b/source/input/generic/gamecontroller.cpp @@ -8,7 +8,7 @@ namespace Input { GameController::GameController(unsigned) { - throw runtime_error("not supported"); + throw device_not_available("GameController"); } GameController::~GameController()