PHP 8.3.31
Preview: MultipleItemsFoundException.php Size: 736 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Collections/MultipleItemsFoundException.php

<?php

namespace Illuminate\Support;

use RuntimeException;

class MultipleItemsFoundException extends RuntimeException
{
    /**
     * The number of items found.
     *
     * @var int
     */
    public $count;

    /**
     * Create a new exception instance.
     *
     * @param  int  $count
     * @param  int  $code
     * @param  \Throwable|null  $previous
     * @return void
     */
    public function __construct($count, $code = 0, $previous = null)
    {
        $this->count = $count;

        parent::__construct("$count items were found.", $code, $previous);
    }

    /**
     * Get the number of items found.
     *
     * @return int
     */
    public function getCount()
    {
        return $this->count;
    }
}

Directory Contents

Dirs: 1 × Files: 11

Name Size Perms Modified Actions
Traits DIR
- drwxrwxrwx 2025-09-17 06:52:54
Edit Download
23.46 KB lrw-rw-rw- 2025-09-17 06:52:54
Edit Download
49.99 KB lrw-rw-rw- 2025-09-17 06:52:54
Edit Download
1.03 KB lrw-rw-rw- 2025-09-17 06:52:54
Edit Download
36.21 KB lrw-rw-rw- 2025-09-17 06:52:54
Edit Download
687 B lrw-rw-rw- 2025-09-17 06:52:54
Edit Download
6.94 KB lrw-rw-rw- 2025-09-17 06:52:54
Edit Download
1.50 KB lrw-rw-rw- 2025-09-17 06:52:54
Edit Download
118 B lrw-rw-rw- 2025-09-17 06:52:54
Edit Download
51.44 KB lrw-rw-rw- 2025-09-17 06:52:54
Edit Download
1.05 KB lrw-rw-rw- 2025-09-17 06:52:54
Edit Download
736 B lrw-rw-rw- 2025-09-17 06:52:54
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).