最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.014秒)
トップページ
>
:
scripterror
>
:notimplementederror
別のキーワード
_builtin scripterror
scripterror loaderror
scripterror syntaxerror
scripterror _builtin
ライブラリ
ビルトイン
(12)
検索結果
先頭1件
ScriptError
ScriptError
(6006.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
クラス
スクリプトのエラーを表す例外クラスです。
...
スクリプトのエラーを表す例外クラスです。
以下の例外クラスのスーパークラスです。
* LoadError
*
NotImplementedError
* SyntaxError
これらの例外が発生したときは Ruby スクリプト自体に
バグがある可能性が高いと考えられま
...
LoadError
NotImplementedError
SyntaxError