Exception: S7n::InvalidPassphrase

Inherits:
ApplicationError show all
Defined in:
lib/s7n/exception.rb

Overview

不正なパスフレーズを表現する例外クラス。

Instance Method Summary collapse

Instance Method Details

#to_sObject



13
14
15
# File 'lib/s7n/exception.rb', line 13

def to_s
  return _("Invlaid passphrase.")
end