File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/vendor/laravel/framework/src/Illuminate/Database/MultipleRecordsFoundException.php
Back
<?php namespace Illuminate\Database; use RuntimeException; class MultipleRecordsFoundException extends RuntimeException { /** * The number of records 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 records were found.", $code, $previous); } /** * Get the number of records found. * * @return int */ public function getCount() { return $this->count; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings