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