for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Facade\FlareClient\Http\Exceptions;
use Facade\FlareClient\Http\Response;
class InvalidData extends BadResponseCode
{
public static function getMessageForResponse(Response $response)
return 'Invalid data found';
}