File "NotFound.php"

Full Path: /home/isoftco/public_html/hrm/vendor/facade/flare-client-php/src/Http/Exceptions/NotFound.php
File size: 245 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Facade\FlareClient\Http\Exceptions;

use Facade\FlareClient\Http\Response;

class NotFound extends BadResponseCode
{
    public static function getMessageForResponse(Response $response)
    {
        return 'Not found';
    }
}