trait ThrowsTrait
Provides information about and the exceptions thrown by an element.
| Namespace | BeastBytes\CodPhp\Element |
|---|
Properties
$throwsException
true if the element throws an exception, false if not.
| Type | Read/Write | Default |
|---|---|---|
| bool | Read |
Declared in BeastBytes\CodPhp\Element\ThrowsTrait
Related
$throwsTags
Array of Throws tags.
| Type | Read/Write | Default |
|---|---|---|
| array | Read |
Declared in BeastBytes\CodPhp\Element\ThrowsTrait
Related
Generated by CodPhp