📂 FileMgr
📍
/home/u414903541/domains/finrush.in/public_html/app/Exceptions
✏️ Edit File: /home/u414903541/domains/finrush.in/public_html/app/Exceptions/Handler.php
⬅ Kembali
<?php namespace App\Exceptions; use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; use Throwable; 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', ]; /** * Register the exception handling callbacks for the application. * * @return void */ public function register() { $this->reportable(function (Throwable $e) { // }); } }
💾 Simpan File
Batal
⬅ Naik ke app
1 item
Nama
Tipe
Ukuran
Diubah
Aksi
🐘
Handler.php
php
753 B
2025-10-25 15:30
✏️ Edit
👁️ View
🗑 Hapus