chrismou/php-lastfm-wrapper

View on GitHub
src/Exception/ResponseMalformedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Chrismou\LastFm\Exception;

class ResponseMalformedException extends \Exception
{

}