X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Finput%2Fgeneric%2Fgamecontroller.cpp;h=9ba7130eb925097a7003711d364358ae3c44bf53;hb=e217a93d59aecfa80eec8bfa16b3976abdceca81;hp=b320342c732cc1adc5b071781bdcebf659eb5ca0;hpb=49e19af2c599e7316b5a01983adc040421429f86;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()