dolejska-daniel/challonge-api

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace ChallongeAPI\Exceptions;

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