Skip to content

Commit d1325db

Browse files
committed
Add FilterOptions::THROW_ON_ERROR
1 parent 408c7c9 commit d1325db

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/FilterOptions.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,9 @@ final class FilterOptions
2828
* @var string
2929
*/
3030
const USES = 'uses';
31+
32+
/**
33+
* @var string
34+
*/
35+
const THROW_ON_ERROR = 'throwOnError';
3136
}

0 commit comments

Comments
 (0)