Exception: Kiba::Extend::BooleanReturningLambdaError

Inherits:
TypeError
  • Object
show all
Includes:
ErrMod
Defined in:
lib/kiba/extend/error.rb

Instance Method Summary collapse

Methods included from ErrMod

#calling_job, #info

Constructor Details

#initialize(msg = "Lambda must return true or false") ⇒ BooleanReturningLambdaError

Returns a new instance of BooleanReturningLambdaError.



34
35
36
# File 'lib/kiba/extend/error.rb', line 34

def initialize(msg = "Lambda must return true or false")
  super
end