api/laravel/Routing/Exceptions/InvalidSignatureException.yaml

20 lines
406 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: InvalidSignatureException
class_comment: null
dependencies:
- name: HttpException
type: class
source: Symfony\Component\HttpKernel\Exception\HttpException
properties: []
methods:
- name: __construct
visibility: public
parameters: []
comment: '# * Create a new exception instance.
# *
# * @return void'
traits:
- Symfony\Component\HttpKernel\Exception\HttpException
interfaces: []