kevinohashi / php-riot-api

PHP Wrapper for Riot Games API
MIT License
75 stars 40 forks source link

error handling support #36

Closed markkuit closed 9 years ago

markkuit commented 9 years ago

Added error handling support with a try-catch mechanism - example included in testing.php

kevinohashi commented 9 years ago

Thanks Marco, I tested the code and it seemed to work fine.