るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. forwardable def_delegator
  2. forwardable def_delegators
  3. erb def_method
  4. erb def_class
  5. zlib def_mem_level

ライブラリ

モジュール

検索結果

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

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

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

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

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

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