diff options
Diffstat (limited to 'vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php')
-rw-r--r-- | vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php b/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php new file mode 100644 index 0000000..acb1250 --- /dev/null +++ b/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php @@ -0,0 +1,5 @@ +<?php + +class AssertionError extends Error +{ +} |