first commit
This commit is contained in:
5
vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php
vendored
Normal file
5
vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class ArithmeticError extends Error
|
||||
{
|
||||
}
|
||||
5
vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php
vendored
Normal file
5
vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class AssertionError extends Error
|
||||
{
|
||||
}
|
||||
5
vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php
vendored
Normal file
5
vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class DivisionByZeroError extends Error
|
||||
{
|
||||
}
|
||||
5
vendor/symfony/polyfill-php70/Resources/stubs/Error.php
vendored
Normal file
5
vendor/symfony/polyfill-php70/Resources/stubs/Error.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class Error extends Exception
|
||||
{
|
||||
}
|
||||
5
vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php
vendored
Normal file
5
vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class ParseError extends Error
|
||||
{
|
||||
}
|
||||
5
vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php
vendored
Normal file
5
vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class TypeError extends Error
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user