From 884d6447c86c8da6942a4409af932d86c75e3a24 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Oct 2015 15:47:15 +0100 Subject: php-phine-exception: 1.0.0, new package --- php-phine-exception-autoload.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 php-phine-exception-autoload.php (limited to 'php-phine-exception-autoload.php') diff --git a/php-phine-exception-autoload.php b/php-phine-exception-autoload.php new file mode 100644 index 0000000..e0fd4e8 --- /dev/null +++ b/php-phine-exception-autoload.php @@ -0,0 +1,15 @@ +register(); +} + +$fedoraClassLoader->addPrefix('Phine\\Exception\\', dirname(dirname(__DIR__))); -- cgit