Exception: BrBCallbackWithBlockingMethodException

Inherits:
BrBException
  • Object
show all
Defined in:
lib/brb/exception.rb

Instance Method Summary collapse

Constructor Details

#initializeBrBCallbackWithBlockingMethodException

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