Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
core
/
vendor
/
facade
/
flare-client-php
/
src
/
Http
/
Exceptions
:
NotFound.php
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?php namespace Facade\FlareClient\Http\Exceptions; use Facade\FlareClient\Http\Response; class NotFound extends BadResponseCode { public static function getMessageForResponse(Response $response) { return 'Not found'; } }