lib/exceptions.rb in gaptool-server-0.6.4 vs lib/exceptions.rb in gaptool-server-0.6.6

- old
+ new

@@ -16,13 +16,9 @@ class BadRequest < ClientError @code = 400 end -class Unauthenticated < ClientError - @code = 401 -end - class Forbidden < ClientError @code = 403 end class NotFound < ClientError