dolejska-daniel/challonge-api

View on GitHub
src/ChallongeAPI/Exceptions/APIException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace ChallongeAPI\Exceptions;

/**
 *   Class APIException
 *
 * @package ChallongeAPI\Exceptions
 */
class APIException extends \Exception {}