Exception: S7::Canceled

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

Overview

キャンセルを表現する例外クラス。

Constant Summary collapse

MESSAGE =
_("Canceled.")

Instance Method Summary collapse

Methods included from GetText

#N_, #_, bindtextdomain, included

Instance Method Details

#to_sObject



98
99
100
# File 'lib/s7/exception.rb', line 98

def to_s
  return MESSAGE
end