lib/grooveshark/errors.rb in grooveshark-0.1.1 vs lib/grooveshark/errors.rb in grooveshark-0.2.0
- old
+ new
@@ -1,4 +1,5 @@
module Grooveshark
class InvalidAuthentication < Exception ; end
+ class ReadOnlyAccess < Exception ; end
class GeneralError < Exception ; end
end
\ No newline at end of file