platform/api/laravel/Testing/Exceptions/InvalidArgumentException.yaml

26 lines
458 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []