require 'capgun/error/client_error' module Capgun # Raised when Capgun returns the HTTP status code 403 class Error::Forbidden < Capgun::Error::ClientError end end