move exceptions and traits into own folder 1.0.4
authorStricted <info@stricted.de>
Sun, 26 Jul 2015 21:11:57 +0000 (23:11 +0200)
committerStricted <info@stricted.de>
Sun, 26 Jul 2015 21:11:57 +0000 (23:11 +0200)
commit6e1250c3a84684fabd94f293930fb0f69aecbe49
tree446dd2780c5ba649f06111c56388fa3908f22346
parente9631169a21a4bda05ca026fcbde2c6ce8646a38
move exceptions and traits into own folder
15 files changed:
Connection.class.php [deleted file]
CryptLib.class.php [deleted file]
Login.class.php [deleted file]
Phone.class.php [deleted file]
RebootException.class.php [deleted file]
RouterException.class.php [deleted file]
SpeedportHybrid.class.php
System.class.php [deleted file]
lib/exception/RebootException.class.php [new file with mode: 0644]
lib/exception/RouterException.class.php [new file with mode: 0644]
lib/trait/Connection.class.php [new file with mode: 0644]
lib/trait/CryptLib.class.php [new file with mode: 0644]
lib/trait/Login.class.php [new file with mode: 0644]
lib/trait/Phone.class.php [new file with mode: 0644]
lib/trait/System.class.php [new file with mode: 0644]