api/laravel/Testing/Exceptions/InvalidArgumentException.yaml
2024-09-26 02:03:21 -07:00

25 lines
458 B
YAML

name: InvalidArgumentException
class_comment: null
dependencies:
- name: Exception
type: class
source: PHPUnit\Framework\Exception
properties: []
methods:
- name: create
visibility: public
parameters:
- name: argument
- name: type
comment: '# * Creates a new exception for an invalid argument.
# *
# * @param int $argument
# * @param string $type
# * @return static'
traits:
- PHPUnit\Framework\Exception
interfaces: []