chrismou/php-lastfm-wrapper

View on GitHub
src/Exception/ResponseErrorException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Chrismou\LastFm\Exception;

class ResponseErrorException extends \Exception
{

}