Exception: ThreadError

Inherits:
Exception
  • Object
show all
Defined in:
lib/ask_error.rb

Instance Method Summary collapse

Instance Method Details

#exceptionObject



82
83
84
# File 'lib/ask_error.rb', line 82

def exception
  return ThreadError.new("スレッドのエラーよ!ちゃんと確認しなさい!")
end