]> git.r.bdr.sh - rbdr/lyricli.rb/blob - lib/lyricli/exceptions/disable_source_error.rb
Fixes stuff for ruby 1.8 support
[rbdr/lyricli.rb] / lib / lyricli / exceptions / disable_source_error.rb
1 module Lyricli
2 module Exceptions
3 # There was an error when disabling a source
4 class DisableSourceError < StandardError
5 end
6 end
7 end
8