class Illuminate / Support / MultipleItemsFoundException
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

MultipleItemsFoundException

Extends

Properties

public

$count int

The number of items found.

Default: null

Methods

public

__construct ( $count , $code , $previous ) : void

Create a new exception instance.

Parameters

public

getCount ( ) : int

Get the number of items found.