Sjaakmoes/Dotapi2

View on GitHub
src/Dotapi2/Exceptions/InvalidKeyException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Dotapi2\Exceptions;

/**
 * InvalidKeyException
 *
 * Gets thrown when there is no key provided or the Steam API rejects your key.
 *
 * @author Freek Post <freek@kobalt.blue>
 * @package Dotapi2\Exceptions
 */
class InvalidKeyException extends RequestException{}