Exception: FiberError
- Inherits:
-
Exception
- Object
- Exception
- FiberError
- Defined in:
- lib/ask_error.rb
Instance Method Summary collapse
Instance Method Details
#exception ⇒ Object
76 77 78 |
# File 'lib/ask_error.rb', line 76 def exception return FiberError.new("Fiberを他のスレッドから呼ばないでよぉー") end |