@@ -14,6 +14,10 @@ class ComposerStaticInit331a0e945046aa52ebf60e308e832d29
1414 );
1515
1616 public static $ prefixLengthsPsr4 = array (
17+ 'W ' =>
18+ array (
19+ 'Whoops \\' => 7 ,
20+ ),
1721 'S ' =>
1822 array (
1923 'Symfony \\Polyfill \\Mbstring \\' => 26 ,
@@ -57,6 +61,10 @@ class ComposerStaticInit331a0e945046aa52ebf60e308e832d29
5761 );
5862
5963 public static $ prefixDirsPsr4 = array (
64+ 'Whoops \\' =>
65+ array (
66+ 0 => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops ' ,
67+ ),
6068 'Symfony \\Polyfill \\Mbstring \\' =>
6169 array (
6270 0 => __DIR__ . '/.. ' . '/symfony/polyfill-mbstring ' ,
@@ -695,6 +703,24 @@ class ComposerStaticInit331a0e945046aa52ebf60e308e832d29
695703 'Symfony \\Contracts \\Translation \\TranslatorTrait ' => __DIR__ . '/.. ' . '/symfony/contracts/Translation/TranslatorTrait.php ' ,
696704 'Symfony \\Polyfill \\Ctype \\Ctype ' => __DIR__ . '/.. ' . '/symfony/polyfill-ctype/Ctype.php ' ,
697705 'Symfony \\Polyfill \\Mbstring \\Mbstring ' => __DIR__ . '/.. ' . '/symfony/polyfill-mbstring/Mbstring.php ' ,
706+ 'Whoops \\Exception \\ErrorException ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Exception/ErrorException.php ' ,
707+ 'Whoops \\Exception \\Formatter ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Exception/Formatter.php ' ,
708+ 'Whoops \\Exception \\Frame ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Exception/Frame.php ' ,
709+ 'Whoops \\Exception \\FrameCollection ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Exception/FrameCollection.php ' ,
710+ 'Whoops \\Exception \\Inspector ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Exception/Inspector.php ' ,
711+ 'Whoops \\Handler \\CallbackHandler ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Handler/CallbackHandler.php ' ,
712+ 'Whoops \\Handler \\Handler ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Handler/Handler.php ' ,
713+ 'Whoops \\Handler \\HandlerInterface ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Handler/HandlerInterface.php ' ,
714+ 'Whoops \\Handler \\JsonResponseHandler ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Handler/JsonResponseHandler.php ' ,
715+ 'Whoops \\Handler \\PlainTextHandler ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Handler/PlainTextHandler.php ' ,
716+ 'Whoops \\Handler \\PrettyPageHandler ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php ' ,
717+ 'Whoops \\Handler \\XmlResponseHandler ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Handler/XmlResponseHandler.php ' ,
718+ 'Whoops \\Run ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Run.php ' ,
719+ 'Whoops \\RunInterface ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/RunInterface.php ' ,
720+ 'Whoops \\Util \\HtmlDumperOutput ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Util/HtmlDumperOutput.php ' ,
721+ 'Whoops \\Util \\Misc ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Util/Misc.php ' ,
722+ 'Whoops \\Util \\SystemFacade ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Util/SystemFacade.php ' ,
723+ 'Whoops \\Util \\TemplateHelper ' => __DIR__ . '/.. ' . '/filp/whoops/src/Whoops/Util/TemplateHelper.php ' ,
698724 );
699725
700726 public static function getInitializer (ClassLoader $ loader )
0 commit comments