Exception: S7n::InvalidPassphrase
- Inherits:
-
ApplicationError
- Object
- StandardError
- ApplicationError
- S7n::InvalidPassphrase
- Defined in:
- lib/s7n/exception.rb
Overview
不正なパスフレーズを表現する例外クラス。
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
13 14 15 |
# File 'lib/s7n/exception.rb', line 13 def to_s return _("Invlaid passphrase.") end |