there4/fogbugz-php-api

View on GitHub
src/There4/FogBugz/CurlError.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace There4\FogBugz;

/**
 * Fogbugz Curl Error
 *
 * Used by FogBugzCurl for connection errors
 *
 * @author Craig Davis <craig@there4development.com>
 */
class CurlError extends \Exception
{
}

/* End of file CurlError.php */