require 'capgun/error' module Capgun # Raised when Capgun returns a 4xx HTTP status code class Error::ClientError < Capgun::Error end end