Gitnuro/src/main/kotlin/com/jetpackduba/gitnuro/exceptions
2024-03-24 00:14:04 +01:00
..
CommandExecutionFailed.kt Improved error message obtention 2024-03-22 18:44:20 +01:00
ExceptionsUtils.kt Added task type for most operations and reduced duplicated code 2024-03-24 00:14:04 +01:00
FetchException.kt Code cleanup 2023-12-24 21:30:09 +01:00
GitnuroException.kt Improved error message obtention 2024-03-22 18:44:20 +01:00
InvalidDirectoryException.kt Moved classes to match the package name 2022-09-28 01:56:21 +02:00
InvalidMessageException.kt Moved classes to match the package name 2022-09-28 01:56:21 +02:00
InvalidRemoteUrlException.kt Moved classes to match the package name 2022-09-28 01:56:21 +02:00
MissingDiffEntryException.kt Moved classes to match the package name 2022-09-28 01:56:21 +02:00
NotSupportedHelper.kt Added support for external git credentials helper [BETA] 2022-10-08 19:43:23 +02:00
RebaseCancelledException.kt Moved classes to match the package name 2022-09-28 01:56:21 +02:00
RevertCommitException.kt Added error message when revert commit or start rebase interactive have failed 2022-10-27 20:19:50 +02:00
UncommittedChangesDetectedException.kt Adapted code to latest kotlin features & fixed typos 2023-12-11 19:41:34 +01:00