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, 3 insertions, 0 deletions
diff --git a/Sources/lyricli/errors/source_not_available.swift b/Sources/lyricli/errors/source_not_available.swift
new file mode 100644
index 0000000..e3d598d
--- /dev/null
+++ b/Sources/lyricli/errors/source_not_available.swift
@@ -0,0 +1,3 @@
+struct SourceNotAvailable: Error {
+ var localizedDescription = "The selected source wasn't available"
+}