mantisbt-plugins / source-integration

Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitea, Gitweb, Cgit, Subversion, Mercurial and more
http://noswap.com/projects/source-integration/
MIT License
181 stars 130 forks source link

Improve error handling when updating branch mappings #237

Open dregad opened 7 years ago

dregad commented 7 years ago

At the moment, the code just calls die with an error message when validation fails. Proper errors should be triggered instead.