File
- drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php, line 173
Class
- FlattenExceptionTest
Namespace
Symfony\Component\Debug\Tests\Exception
Code
public function flattenDataProvider() {
return array(
array(
new \Exception('test', 123),
500,
),
);
}