File "exception-render.stub"
Full Path: /home/fundopuh/trader.fxex.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/exception-render.stub
File size: 314 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace {{ namespace }};
use Exception;
class {{ class }} extends Exception
{
/**
* Render the exception as an HTTP response.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response
*/
public function render($request)
{
//
}
}