lib/giggly/rest.rb in giggly-0.1.0 vs lib/giggly/rest.rb in giggly-0.1.1
- old
+ new
@@ -20,9 +20,10 @@
class Forbidden < SocializeError; end
class NotFound < SocializeError; end
class RequestEntityTooLarge < SocializeError; end
class InternalServerError < SocializeError; end
class NotImplemented < SocializeError; end
+ class LengthRequired < SocializeError; end
end
end
directory = File.expand_path(File.dirname(__FILE__))
\ No newline at end of file