るりまサーチ

最速Rubyリファレンスマニュアル検索!
6件ヒット [1-6件を表示] (0.182秒)
トップページ > クエリ:-[x] > クエリ:r[x] > クエリ:t[x] > クエリ:Fail[x] > クエリ:def_e2message[x]

別のキーワード

  1. openssl t61string
  2. socket eai_fail
  3. kernel fail
  4. _builtin fail
  5. asn1 t61string

ライブラリ

モジュール

検索結果

Exception2MessageMapper#def_e2message(exception_class, message_format) -> Class (24407.0)

すでに存在する例外クラス exception_class に、 エラーメッセージ用フォーマット message_format を関連づけます。

...に存在する例外クラス exception_class に、
エラーメッセージ用フォーマット message_format を関連づけます。

このフォーマットは Exception2MessageMapper#Raise,
Exception2MessageMapper#Fail で使用します。

@param exception_class メッセージを登録...
...する例外クラスを指定します。

@param message_format メッセージのフォーマットを指定します。
Kernel.#sprintf のフォーマット文字列と同じ形式を使用できます。

@return exception_class を返します。...