for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Audiens\AppnexusClient\exceptions;
/**
* Class RepositoryException
*/
class RepositoryException extends \Exception
{
* @return RepositoryException
public static function wrongFormat($responseContent)
return new self($responseContent);
}