Exception: Bullion::Acme::Errors::UnsupportedContact

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

Overview

ACME exception for unsupported contacts in accounts

Instance Method Summary collapse

Methods inherited from Bullion::Acme::Error

#acme_error, #acme_preface

Instance Method Details

#acme_typeObject



59
60
61
# File 'lib/bullion/acme/error.rb', line 59

def acme_type
  "unsupportedContact"
end