Skip to content

Commit 1ec7f5d

Browse files
committed
Cleaning up.
1 parent aa45409 commit 1ec7f5d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Main/src/main/java/com/redelf/commons/load/LoadingException.kt

Lines changed: 0 additions & 3 deletions
This file was deleted.

Main/src/main/java/com/redelf/commons/load/Loadable.kt renamed to Main/src/main/java/com/redelf/commons/loading/Loadable.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.redelf.commons.load
1+
package com.redelf.commons.loading
22

33
interface Loadable {
44

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package com.redelf.commons.loading
2+
3+
class LoadingFailureException(msg: String = "Loading has failed") : Exception(msg)

0 commit comments

Comments
 (0)