for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace GFG\Hek\Exceptions;
class RetryMessage extends \RuntimeException implements ResponseInterface
{
/**
* {@inheritdoc}
*/
public function getResponseCode()
return 400;
}