%PDF- %PDF-
| Direktori : /home/vacivi36/core/vendor/facade/flare-client-php/src/Http/Exceptions/ |
| Current File : /home/vacivi36/core/vendor/facade/flare-client-php/src/Http/Exceptions/NotFound.php |
<?php
namespace Facade\FlareClient\Http\Exceptions;
use Facade\FlareClient\Http\Response;
class NotFound extends BadResponseCode
{
public static function getMessageForResponse(Response $response)
{
return 'Not found';
}
}