]> git.r.bdr.sh - rbdr/lyricli.rb/blame - lib/lyricli/exceptions/unknown_source_error.rb
Document the errors... ish?
[rbdr/lyricli.rb] / lib / lyricli / exceptions / unknown_source_error.rb
CommitLineData
2677b890
BB
1module Lyricli
2 module Exceptions
278e6d0a 3 # An unknown source was tried to enable/disable/reset
76e96cc0 4 class UnknownSourceError < StandardError
2677b890
BB
5 end
6 end
7end
8