]> git.mxchange.org Git - core.git/commit - inc/main/exceptions/file_directory/class_FileNotFoundException.php
Finished first cleanup (still a lot is broken):
authorRoland Haeder <roland@mxchange.org>
Tue, 21 Feb 2017 20:39:36 +0000 (21:39 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
commit11f39762c7e20fe4655db3f92ef3c89e648fdb68
treed2e207f4e6ce033fdc91ca6a878882e7197e3ab5
parent95a008a7823f28fa6a1172798e0d7565385055d4
Finished first cleanup (still a lot is broken):
- added more namespaces
- made more exceptions deprecated as there are better exceptions or names for it
- removed own [EOF] (old coding style)
- removed discouraged ?> from all files

Signed-off-by: Roland Häder <roland@mxchange.org>
28 files changed:
inc/main/exceptions/database/class_DatabaseException.php
inc/main/exceptions/file_directory/class_FileIoException.php
inc/main/exceptions/file_directory/class_FileNotFoundException.php
inc/main/exceptions/file_directory/class_FileReadProtectedException.php
inc/main/exceptions/file_directory/class_InvalidMD5ChecksumException.php
inc/main/exceptions/file_directory/class_PathIsNoDirectoryException.php
inc/main/exceptions/file_directory/class_PathReadProtectedException.php
inc/main/exceptions/file_directory/class_PathWriteProtectedException.php
inc/main/exceptions/main/class_AssertionException.php
inc/main/exceptions/main/class_ClassMismatchException.php
inc/main/exceptions/main/class_EmptyVariableException.php
inc/main/exceptions/main/class_FatalErrorException.php
inc/main/exceptions/main/class_IndexOutOfBoundsException.php
inc/main/exceptions/main/class_InvalidArrayCountException.php
inc/main/exceptions/main/class_InvalidCommandException.php
inc/main/exceptions/main/class_InvalidCommandInstanceException.php
inc/main/exceptions/main/class_InvalidInterfaceException.php
inc/main/exceptions/main/class_MissingArrayElementsException.php
inc/main/exceptions/main/class_MissingDecimalsThousandsSeparatorException.php
inc/main/exceptions/main/class_MissingMethodException.php
inc/main/exceptions/main/class_NoClassException.php
inc/main/exceptions/main/class_VariableIsNotSetException.php
inc/main/exceptions/user/class_AccountPasswordMismatchException.php
inc/main/exceptions/user/class_UnexpectedGuestAccountException.php
inc/main/exceptions/user/class_UserEmailMissingException.php
inc/main/exceptions/user/class_UserNoGuestException.php
inc/main/exceptions/user/class_UserPasswordMismatchException.php
inc/main/exceptions/user/class_UsernameMissingException.php