From 6e1250c3a84684fabd94f293930fb0f69aecbe49 Mon Sep 17 00:00:00 2001 From: Stricted Date: Sun, 26 Jul 2015 23:11:57 +0200 Subject: [PATCH] move exceptions and traits into own folder --- SpeedportHybrid.class.php | 14 +++++++------- .../exception/RebootException.class.php | 0 .../exception/RouterException.class.php | 0 .../trait/Connection.class.php | 0 CryptLib.class.php => lib/trait/CryptLib.class.php | 0 Login.class.php => lib/trait/Login.class.php | 0 Phone.class.php => lib/trait/Phone.class.php | 0 System.class.php => lib/trait/System.class.php | 0 8 files changed, 7 insertions(+), 7 deletions(-) rename RebootException.class.php => lib/exception/RebootException.class.php (100%) rename RouterException.class.php => lib/exception/RouterException.class.php (100%) rename Connection.class.php => lib/trait/Connection.class.php (100%) rename CryptLib.class.php => lib/trait/CryptLib.class.php (100%) rename Login.class.php => lib/trait/Login.class.php (100%) rename Phone.class.php => lib/trait/Phone.class.php (100%) rename System.class.php => lib/trait/System.class.php (100%) diff --git a/SpeedportHybrid.class.php b/SpeedportHybrid.class.php index 8cd5965..534d323 100644 --- a/SpeedportHybrid.class.php +++ b/SpeedportHybrid.class.php @@ -1,12 +1,12 @@