api/laravel/Collections/MultipleItemsFoundException.yaml
2024-09-26 02:03:21 -07:00

37 lines
839 B
YAML

name: MultipleItemsFoundException
class_comment: null
dependencies:
- name: RuntimeException
type: class
source: RuntimeException
properties:
- name: count
visibility: public
comment: '# * The number of items found.
# *
# * @var int'
methods:
- name: __construct
visibility: public
parameters:
- name: count
- name: code
default: '0'
- name: previous
default: 'null'
comment: "# * The number of items found.\n# *\n# * @var int\n# */\n# public $count;\n\
# \n# /**\n# * Create a new exception instance.\n# *\n# * @param int $count\n\
# * @param int $code\n# * @param \\Throwable|null $previous\n# * @return void"
- name: getCount
visibility: public
parameters: []
comment: '# * Get the number of items found.
# *
# * @return int'
traits:
- RuntimeException
interfaces: []