-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea9f83b
commit 305526b
Showing
14 changed files
with
107 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,4 @@ | |
/** | ||
* @author Joshua Estes <[email protected]> | ||
*/ | ||
final class FileNotFoundException extends FilesystemException | ||
{ | ||
} | ||
final class FileNotFoundException extends FilesystemException {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,4 @@ | |
/** | ||
* @author Joshua Estes <[email protected]> | ||
*/ | ||
class FilesystemException extends \Exception | ||
{ | ||
} | ||
class FilesystemException extends \Exception {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,4 @@ | |
/** | ||
* @author Joshua Estes <[email protected]> | ||
*/ | ||
final class UnableToCopyFileException extends FilesystemException | ||
{ | ||
} | ||
final class UnableToCopyFileException extends FilesystemException {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,4 @@ | |
/** | ||
* @author Joshua Estes <[email protected]> | ||
*/ | ||
final class UnableToDeleteDirectoryException extends FilesystemException | ||
{ | ||
} | ||
final class UnableToDeleteDirectoryException extends FilesystemException {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,4 @@ | |
/** | ||
* @author Joshua Estes <[email protected]> | ||
*/ | ||
final class UnableToDeleteFileException extends FilesystemException | ||
{ | ||
} | ||
final class UnableToDeleteFileException extends FilesystemException {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,4 @@ | |
/** | ||
* @author Joshua Estes <[email protected]> | ||
*/ | ||
final class UnableToMoveFileException extends FilesystemException | ||
{ | ||
} | ||
final class UnableToMoveFileException extends FilesystemException {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,4 @@ | |
/** | ||
* @author Joshua Estes <[email protected]> | ||
*/ | ||
final class UnableToReadFileException extends FilesystemException | ||
{ | ||
} | ||
final class UnableToReadFileException extends FilesystemException {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,4 @@ | |
/** | ||
* @author Joshua Estes <[email protected]> | ||
*/ | ||
final class UnableToWriteFileException extends FilesystemException | ||
{ | ||
} | ||
final class UnableToWriteFileException extends FilesystemException {} |