Ruby 2.4.0 リファレンスマニュアル
ライブラリ一覧
getoptlongライブラリ
GetoptLongクラス
set_error (protected)
instance method GetoptLong#set_error
set_error(type, message) -> ()
[
permalink
][
rdoc
]
引数で与えられた例外を発生させます。
その際、静粛モードでなければ標準エラー出力に与えられたメッセージを出力します。
[PARAM] type:
例外クラスを指定します。
[PARAM] message:
例外にセットするメッセージを指定します。