るりまサーチ

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

別のキーワード

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

ライブラリ

検索結果

UncaughtThrowError (38007.0)

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

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

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