るりまサーチ

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

別のキーワード

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

ライブラリ

モジュール

検索結果

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

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

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

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

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