Exception: ThreadError
- Inherits:
-
Exception
- Object
- Exception
- ThreadError
- Defined in:
- lib/ask_error.rb
Instance Method Summary collapse
Instance Method Details
#exception ⇒ Object
82 83 84 |
# File 'lib/ask_error.rb', line 82 def exception return ThreadError.new("スレッドのエラーよ!ちゃんと確認しなさい!") end |