るりまサーチ

最速Rubyリファレンスマニュアル検索!
6件ヒット [1-6件を表示] (0.161秒)

別のキーワード

  1. rc2 new
  2. rc4 new
  3. irb/context rc
  4. context rc
  5. context rc?

ライブラリ

モジュール

検索結果

Exception2MessageMapper#def_exception(exception_name, message_format, superclass = StandardError) -> Class (24302.0)

exception_name という名前の例外クラスを定義します。

...exception_name という名前の例外クラスを定義します。

@param exception_name 定義する例外クラスの名前をシンボルで指定します。

@param message_format メッセージのフォーマット。

@param superclass 定義する例外のスーパークラスを指定...
...します。
省略すると StandardError を使用します。...