REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 907 B
Close
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Process/Exceptions/ProcessTimedOutException.php
Text
Base64
<?php namespace Illuminate\Process\Exceptions; use Illuminate\Contracts\Process\ProcessResult; use Symfony\Component\Process\Exception\ProcessTimedOutException as SymfonyTimeoutException; use Symfony\Component\Process\Exception\RuntimeException; class ProcessTimedOutException extends RuntimeException { /** * The process result instance. * * @var \Illuminate\Contracts\Process\ProcessResult */ public $result; /** * Create a new exception instance. * * @param \Symfony\Component\Process\Exception\ProcessTimedOutException $original * @param \Illuminate\Contracts\Process\ProcessResult $result * @return void */ public function __construct(SymfonyTimeoutException $original, ProcessResult $result) { $this->result = $result; parent::__construct($original->getMessage(), $original->getCode(), $original); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
ProcessFailedException.php
1.05 KB
lrw-rw-rw-
2025-09-17 06:53:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ProcessTimedOutException.php
907 B
lrw-rw-rw-
2025-09-17 06:53:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).