mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 18:29:40 +02:00
9 lines
149 B
PHP
9 lines
149 B
PHP
<?php
|
|
|
|
namespace Guzzle\Service\Exception;
|
|
|
|
use Guzzle\Common\Exception\RuntimeException;
|
|
|
|
class ResponseClassException extends RuntimeException
|
|
{
|
|
}
|