Exception: S7::InvalidPassphrase

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

Overview

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

Instance Method Summary collapse

Methods included from GetText

#N_, #_, bindtextdomain, included

Instance Method Details

#to_sObject



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

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