| 1 | <?php |
||
| 16 | class PropertyNotRewriteableException extends AbstractPropertyNotThingableError |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Wraps to TypeError::__construct(). |
||
| 20 | * |
||
| 21 | * @param string $className name of the class on which the property is not writeable |
||
| 22 | * @param string $property name of the property which is not writeable |
||
| 23 | * @param int $code @see TypeError::__construct() |
||
| 24 | * @param Throwable|null $previous @see TypeError::__construct() |
||
| 25 | */ |
||
| 26 | 2 | public function __construct( |
|
| 40 | } |
||
| 41 |