HosipLan

Untitled

Aug 24th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.55 KB | None | 0 0
  1. <?php
  2.  
  3. // autoload_classmap.php generated by Composer
  4.  
  5. $vendorDir = dirname(__DIR__);
  6. $baseDir = dirname($vendorDir);
  7.  
  8. return array(
  9.     'Kdyby\\ArgumentOutOfRangeException' => $baseDir . '/libs/Kdyby/exceptions.php',
  10.     'Kdyby\\InvalidStateException' => $baseDir . '/libs/Kdyby/exceptions.php',
  11.     'Kdyby\\NotImplementedException' => $baseDir . '/libs/Kdyby/exceptions.php',
  12.     'Kdyby\\NotSupportedException' => $baseDir . '/libs/Kdyby/exceptions.php',
  13.     'Kdyby\\DeprecatedException' => $baseDir . '/libs/Kdyby/exceptions.php',
  14.     'Kdyby\\MemberAccessException' => $baseDir . '/libs/Kdyby/exceptions.php',
  15.     'Kdyby\\IOException' => $baseDir . '/libs/Kdyby/exceptions.php',
  16.     'Kdyby\\FileNotFoundException' => $baseDir . '/libs/Kdyby/exceptions.php',
  17.     'Kdyby\\FileNotWritableException' => $baseDir . '/libs/Kdyby/exceptions.php',
  18.     'Kdyby\\DirectoryNotFoundException' => $baseDir . '/libs/Kdyby/exceptions.php',
  19.     'Kdyby\\DirectoryNotWritableException' => $baseDir . '/libs/Kdyby/exceptions.php',
  20.     'Kdyby\\InvalidArgumentException' => $baseDir . '/libs/Kdyby/exceptions.php',
  21.     'Kdyby\\OutOfRangeException' => $baseDir . '/libs/Kdyby/exceptions.php',
  22.     'Kdyby\\UnexpectedValueException' => $baseDir . '/libs/Kdyby/exceptions.php',
  23.     'Kdyby\\StaticClassException' => $baseDir . '/libs/Kdyby/exceptions.php',
  24.     'Kdyby\\Extension\\Assets\\Exception' => $baseDir . '/libs/Kdyby/Extension/Assets/exceptions.php',
  25.     'Kdyby\\Extension\\Assets\\InvalidArgumentException' => $baseDir . '/libs/Kdyby/Extension/Assets/exceptions.php',
  26.     'Kdyby\\Extension\\Assets\\MissingServiceException' => $baseDir . '/libs/Kdyby/Extension/Assets/exceptions.php',
  27.     'Kdyby\\Extension\\Assets\\AssetNotFoundException' => $baseDir . '/libs/Kdyby/Extension/Assets/exceptions.php',
  28.     'Kdyby\\Extension\\Assets\\FileNotFoundException' => $baseDir . '/libs/Kdyby/Extension/Assets/exceptions.php',
  29.     'Kdyby\\Extension\\Assets\\NotSupportedException' => $baseDir . '/libs/Kdyby/Extension/Assets/exceptions.php',
  30.     'Kdyby\\Extension\\Assets\\UnexpectedValueException' => $baseDir . '/libs/Kdyby/Extension/Assets/exceptions.php',
  31.     'Kdyby\\Extension\\Assets\\InvalidDefinitionFileException' => $baseDir . '/libs/Kdyby/Extension/Assets/exceptions.php',
  32.     'Kdyby\\Extension\\Assets\\LatteCompileException' => $baseDir . '/libs/Kdyby/Extension/Assets/exceptions.php',
  33.     'Kdyby\\Extension\\Curl\\Exception' => $baseDir . '/libs/Kdyby/Extension/Curl/exceptions.php',
  34.     'Kdyby\\Extension\\Curl\\InvalidArgumentException' => $baseDir . '/libs/Kdyby/Extension/Curl/exceptions.php',
  35.     'Kdyby\\Extension\\Curl\\InvalidStateException' => $baseDir . '/libs/Kdyby/Extension/Curl/exceptions.php',
  36.     'Kdyby\\Extension\\Curl\\InvalidUrlException' => $baseDir . '/libs/Kdyby/Extension/Curl/exceptions.php',
  37.     'Kdyby\\Extension\\Curl\\MissingCertificateException' => $baseDir . '/libs/Kdyby/Extension/Curl/exceptions.php',
  38.     'Kdyby\\Extension\\Curl\\FileNotWritableException' => $baseDir . '/libs/Kdyby/Extension/Curl/exceptions.php',
  39.     'Kdyby\\Extension\\Curl\\DirectoryNotWritableException' => $baseDir . '/libs/Kdyby/Extension/Curl/exceptions.php',
  40.     'Kdyby\\Extension\\Curl\\NotSupportedException' => $baseDir . '/libs/Kdyby/Extension/Curl/exceptions.php',
  41.     'Kdyby\\Extension\\Curl\\CurlException' => $baseDir . '/libs/Kdyby/Extension/Curl/exceptions.php',
  42.     'Kdyby\\Extension\\Curl\\FailedRequestException' => $baseDir . '/libs/Kdyby/Extension/Curl/exceptions.php',
  43.     'Kdyby\\Extension\\Curl\\BadStatusException' => $baseDir . '/libs/Kdyby/Extension/Curl/exceptions.php',
  44. );
Advertisement
Add Comment
Please, Sign In to add comment