るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.139秒)
トップページ > クエリ:E[x] > バージョン:2.6.0[x] > クエリ:File[x] > クラス:Errno::EXXX[x]

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

ライブラリ

検索結果

Errno::EXXX.new() -> Errno::EXXX (78340.0)

Errno::EXXX オブジェクトを生成して返します。

...Errno::EXXX オブジェクトを生成して返します。

@param error_message エラーメッセージを表す文字列

p Errno::ENOENT.new
# => #<Errno::ENOENT: No such file or directory>
p Errno::ENOENT.new('message')
# => #<Errno::ENOENT: No such file or directory - message...

Errno::EXXX.new(error_message) -> Errno::EXXX (78340.0)

Errno::EXXX オブジェクトを生成して返します。

...Errno::EXXX オブジェクトを生成して返します。

@param error_message エラーメッセージを表す文字列

p Errno::ENOENT.new
# => #<Errno::ENOENT: No such file or directory>
p Errno::ENOENT.new('message')
# => #<Errno::ENOENT: No such file or directory - message...