File manager - Edit - /home/autoph/public_html/projects/aha-api/vendor/laravel/framework/src/Illuminate/Queue/TimeoutExceededException.php
Back
<?php namespace Illuminate\Queue; class TimeoutExceededException extends MaxAttemptsExceededException { /** * Create a new instance for the job. * * @param \Illuminate\Contracts\Queue\Job $job * @return static */ public static function forJob($job) { return tap(new static($job->resolveName().' has timed out.'), function ($e) use ($job) { $e->job = $job; }); } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings