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