• 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

ライブラリの内部から素のRuntimeErrorが飛んでくると対処に困りますね。 適当な例外クラスを用意してほしいものですが、とりあえず以下のような関数を定義することで、特定のメッセージの場合だけrescueできます。

   1  def RuntimeError(message)
   2    ($!.is_a?(RuntimeError) and $!.message == message) ? RuntimeError : Class
   3  end
   4  
   5  begin
   6    # do something
   7  rescue RuntimeError('connection closed by server') => e
   8    # ...
   9  end

posted by Png genki on Tue 29 Jul 2014 at 11:01

Comments:

or Preview
Social Bookmarks
  • Delicious
  • B_entry2370
  • Clip_16_12_w
Services from s21g
twpro(ツイプロ)
Twitterプロフィールを快適検索
地価2009
土地の値段を調べてみよう
MyRestaurant
自分だけのレストラン手帳
Formula
ブログに数式を埋め込める数式コミュニティ