Beelzebub File Manager (Session + MD5)
User: guest
Logout
/
/
home
/
siccoimper
/
public_html
/
app
/
Exceptions
Buka
Upload ke:
/home/siccoimper/public_html/app/Exceptions
Upload
Cari
Buat Folder
Buat File Baru
Simpan
Unzip / Extract Arsip
Extract
Isi Folder:
/home/siccoimper/public_html/app/Exceptions
Sort:
Nama
·
Ukuran
·
Diubah
Buat ZIP
(Centang kolom paling kiri)
#
Nama
Ukuran
Diubah
Mode
Aksi
⬆️ .. (naik)
📄 Handler.php
1.11 KB
2018-03-28 19:10:12
frw-r-r-
⬇️
👁️
✏️
📦
📝
🔧
🗑️
Pratinjau & Edit: Handler.php
<?php namespace App\Exceptions; use Exception; use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; class Handler extends ExceptionHandler { /** * A list of the exception types that are not reported. * * @var array */ protected $dontReport = [ // ]; /** * A list of the inputs that are never flashed for validation exceptions. * * @var array */ protected $dontFlash = [ 'password', 'password_confirmation', ]; /** * Report or log an exception. * * This is a great spot to send exceptions to Sentry, Bugsnag, etc. * * @param \Exception $exception * @return void */ public function report(Exception $exception) { parent::report($exception); } /** * Render an exception into an HTTP response. * * @param \Illuminate\Http\Request $request * @param \Exception $exception * @return \Illuminate\Http\Response */ public function render($request, Exception $exception) { return parent::render($request, $exception); } }
Simpan Perubahan
Batal
Pindahkan ke folder:
Batal
Pindah