summaryrefslogtreecommitdiff
path: root/dev-php/PHP_Timer/files/autoload-2.1.2.php
blob: 65490d9ae6e454340e188d02bcaa303bbf46cae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/* Autoloader for dev-php/PHP_Timer */

if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
    require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
}

\Fedora\Autoloader\Autoload::addClassMap(
    [
		'sebastianbergmann\timer\exception' => '/Exception.php',
		'sebastianbergmann\timer\runtimeexception' => '/RuntimeException.php',
		'sebastianbergmann\timer\timer' => '/Timer.php',
    ],
    __DIR__
);