MultipleItemsFoundException
class MultipleItemsFoundException extends RuntimeException
Methods
__construct(int $count, int $code = 0, Throwable|null $previous = null)
Create a new exception instance.
int
getCount()
Get the number of items found.
Details
at line 15
__construct(int $count, int $code = 0, Throwable|null $previous = null)
Create a new exception instance.
at line 26
int
getCount()
Get the number of items found.