aboutsummaryrefslogtreecommitdiff
path: root/Sources/lyricli/errors/source_not_available.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/lyricli/errors/source_not_available.swift')
-rw-r--r--Sources/lyricli/errors/source_not_available.swift3
1 files changed, 0 insertions, 3 deletions
diff --git a/Sources/lyricli/errors/source_not_available.swift b/Sources/lyricli/errors/source_not_available.swift
deleted file mode 100644
index e3d598d..0000000
--- a/Sources/lyricli/errors/source_not_available.swift
+++ /dev/null
@@ -1,3 +0,0 @@
-struct SourceNotAvailable: Error {
- var localizedDescription = "The selected source wasn't available"
-}