35 lines
657 B
YAML
35 lines
657 B
YAML
|
name: UrlGenerationException
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Exception
|
||
|
type: class
|
||
|
source: Exception
|
||
|
- name: Route
|
||
|
type: class
|
||
|
source: Illuminate\Routing\Route
|
||
|
- name: Str
|
||
|
type: class
|
||
|
source: Illuminate\Support\Str
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: forMissingParameters
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: route
|
||
|
- name: parameters
|
||
|
default: '[]'
|
||
|
comment: '# * Create a new exception for missing route parameters.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param \Illuminate\Routing\Route $route
|
||
|
|
||
|
# * @param array $parameters
|
||
|
|
||
|
# * @return static'
|
||
|
traits:
|
||
|
- Exception
|
||
|
- Illuminate\Routing\Route
|
||
|
- Illuminate\Support\Str
|
||
|
interfaces: []
|