module Voog # Raised when Voog API returns a 301 HTTP status code class MovedPermanently < StandardError; end end