Path : /var/www/html/phkaymedia/vendor/facade/flare-client-php/src/Http/Exceptions/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/phkaymedia/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'; } }