We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408c7c9 commit d1325dbCopy full SHA for d1325db
1 file changed
src/FilterOptions.php
@@ -28,4 +28,9 @@ final class FilterOptions
28
* @var string
29
*/
30
const USES = 'uses';
31
+
32
+ /**
33
+ * @var string
34
+ */
35
+ const THROW_ON_ERROR = 'throwOnError';
36
}
0 commit comments