-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from mteu/task/remove-conflict
- Loading branch information
Showing
5 changed files
with
32 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
/** | ||
* Exception. | ||
* | ||
* @author Martin Adler <[email protected]> | ||
* @author Martin Adler <[email protected]> | ||
* @license GPL-3.0-or-later | ||
*/ | ||
abstract class Exception 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 |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
/** | ||
* InvalidLogWriterConfigurationException. | ||
* | ||
* @author Martin Adler <[email protected]> | ||
* @author Martin Adler <[email protected]> | ||
* @license GPL-3.0-or-later | ||
*/ | ||
final class InvalidLogWriterConfigurationException 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 |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
/** | ||
* InvalidOptionException. | ||
* | ||
* @author Martin Adler <[email protected]> | ||
* @author Martin Adler <[email protected]> | ||
* @license GPL-3.0-or-later | ||
*/ | ||
final class InvalidLogWriterOptionException 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.