]> git.r.bdr.sh - rbdr/lyricli.rb/blame - lib/lyricli/exceptions/source_configuration_error.rb
Fixes stuff for ruby 1.8 support
[rbdr/lyricli.rb] / lib / lyricli / exceptions / source_configuration_error.rb
CommitLineData
2677b890
BB
1module Lyricli
2 module Exceptions
278e6d0a
BB
3 # There is an error with the source's configuration and it can't
4 # find its current track.
76e96cc0 5 class SourceConfigurationError < StandardError
2677b890
BB
6 end
7 end
8end
9