Exception: Bullion::Acme::Errors::UnsupportedChallengeType

Inherits:
Bullion::Acme::Error show all
Defined in:
lib/bullion/acme/error.rb

Overview

Non-standard exception for unsupported challenge types

Instance Method Summary collapse

Methods inherited from Bullion::Acme::Error

#acme_preface, #acme_type

Instance Method Details

#acme_errorObject



66
67
68
# File 'lib/bullion/acme/error.rb', line 66

def acme_error
  "urn:ietf:params:bullion:error:unsupportedChallengeType"
end