2014-12-23 21:28:26 -05:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace PicoFeed\Client;
|
|
|
|
|
|
|
|
use PicoFeed\PicoFeedException;
|
|
|
|
|
|
|
|
/**
|
2015-10-19 22:49:30 -04:00
|
|
|
* ClientException Exception.
|
2014-12-23 21:28:26 -05:00
|
|
|
*
|
|
|
|
* @author Frederic Guillot
|
|
|
|
*/
|
|
|
|
abstract class ClientException extends PicoFeedException
|
|
|
|
{
|
|
|
|
}
|