chrismou/php-echonest-wrapper

View on GitHub
src/Exception/TooManyAttemptsException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Chrismou\Echonest\Exception;

class TooManyAttemptsException extends \Exception
{

}