]> git.mxchange.org Git - core.git/commit - inc/classes/exceptions/file_directory/class_PathIsEmptyException.php
Continued:
authorRoland Haeder <roland@mxchange.org>
Thu, 15 May 2014 20:34:35 +0000 (22:34 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 15 May 2014 20:34:35 +0000 (22:34 +0200)
commit25dec3342ca9be55baec3ae29d4b4749db3f15d0
tree0d85a505b5b2dfeabf51cf929efcfa42fadb85f7
parent2b297e04dae3af7a58f1c413d5be463e49e8fc6c
Continued:
- added new (and missing) exception FileIsEmptyException
- renamed 'io' -> 'file_directory'.

Signed-off-by: Roland Häder <roland@mxchange.org>
21 files changed:
inc/classes/exceptions/file_directory/.htaccess [new file with mode: 0644]
inc/classes/exceptions/file_directory/class_DirPointerNotOpenedException.php [new file with mode: 0644]
inc/classes/exceptions/file_directory/class_FileIoException.php [new file with mode: 0644]
inc/classes/exceptions/file_directory/class_FileIsEmptyException.php [new file with mode: 0644]
inc/classes/exceptions/file_directory/class_FileReadProtectedException.php [new file with mode: 0644]
inc/classes/exceptions/file_directory/class_InvalidDataLengthException.php [new file with mode: 0644]
inc/classes/exceptions/file_directory/class_InvalidMD5ChecksumException.php [new file with mode: 0644]
inc/classes/exceptions/file_directory/class_InvalidResourceException.php [new file with mode: 0644]
inc/classes/exceptions/file_directory/class_PathIsEmptyException.php [new file with mode: 0644]
inc/classes/exceptions/file_directory/class_PathIsNoDirectoryException.php [new file with mode: 0644]
inc/classes/exceptions/file_directory/class_PathReadProtectedException.php [new file with mode: 0644]
inc/classes/exceptions/io/.htaccess [deleted file]
inc/classes/exceptions/io/class_DirPointerNotOpenedException.php [deleted file]
inc/classes/exceptions/io/class_FileIoException.php [deleted file]
inc/classes/exceptions/io/class_FileReadProtectedException.php [deleted file]
inc/classes/exceptions/io/class_InvalidDataLengthException.php [deleted file]
inc/classes/exceptions/io/class_InvalidMD5ChecksumException.php [deleted file]
inc/classes/exceptions/io/class_InvalidResourceException.php [deleted file]
inc/classes/exceptions/io/class_PathIsEmptyException.php [deleted file]
inc/classes/exceptions/io/class_PathIsNoDirectoryException.php [deleted file]
inc/classes/exceptions/io/class_PathReadProtectedException.php [deleted file]