We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6191d4d commit 7d86a38Copy full SHA for 7d86a38
src/View.php
@@ -73,6 +73,8 @@ public function __destruct()
73
/**
74
* Tells whether it is able to throw exceptions in the destructor.
75
*
76
+ * @since 4.2
77
+ *
78
* @return bool
79
*/
80
public function isThrowExceptionsInDestructor() : bool
@@ -83,6 +85,8 @@ public function isThrowExceptionsInDestructor() : bool
83
85
84
86
* Enables/disables exceptions in the destructor.
87
88
89
90
* @param bool $active True to throw exceptions, false otherwise
91
92
* @return static
0 commit comments