Exception: BrBCallbackWithBlockingMethodException
- Inherits:
-
BrBException
- Object
- Exception
- BrBException
- BrBCallbackWithBlockingMethodException
- Defined in:
- lib/brb/exception.rb
Instance Method Summary collapse
-
#initialize ⇒ BrBCallbackWithBlockingMethodException
constructor
A new instance of BrBCallbackWithBlockingMethodException.
Constructor Details
#initialize ⇒ BrBCallbackWithBlockingMethodException
Returns a new instance of BrBCallbackWithBlockingMethodException.
6 7 8 |
# File 'lib/brb/exception.rb', line 6 def initialize super('Out request can not be blocking and have a callback at the same time !') end |