The following command fails to return: ``` !gitlab webhook add nonexistent/ ``` Instead it should respond with an appropriate error message. The bot emits a stacktrace caused by the following exception: ``` gitlab.exceptions.GitlabGetError: 404: 404 Project Not Found ```