class
Illuminate
/
Support
/
MultipleItemsFoundException
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
- $count int
- $code int
- $previous Throwable |null
public
getCount ( ) : int
Get the number of items found.