るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.087秒)
トップページ > バージョン:2.3.0[x] > 種類:クラス[x] > クエリ:UncaughtThrowError[x]

別のキーワード

  1. _builtin uncaughtthrowerror
  2. uncaughtthrowerror tag
  3. uncaughtthrowerror to_s
  4. uncaughtthrowerror value
  5. tag uncaughtthrowerror

ライブラリ

検索結果

UncaughtThrowError (114022.0)

Kernel.#throw に指定した tag に対して一致する Kernel.#catch が存在しない場合に発生します。

Kernel.#throw に指定した tag に対して一致する
Kernel.#catch が存在しない場合に発生します。

throw "foo", "bar"
# => (例外発生) UncaughtThrowError: uncaught throw "foo"