Exception: FiberError

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

Instance Method Summary collapse

Instance Method Details

#exceptionObject



76
77
78
# File 'lib/ask_error.rb', line 76

def exception
  return FiberError.new("Fiberを他のスレッドから呼ばないでよぉー")
end