Exception: BCDD::Result::Error::MissingTypeArgument

Inherits:
BCDD::Result::Error show all
Defined in:
lib/bcdd/result/error.rb

Instance Method Summary collapse

Methods inherited from BCDD::Result::Error

build

Constructor Details

#initialize(_message = nil) ⇒ MissingTypeArgument

Returns a new instance of MissingTypeArgument.



12
13
14
# File 'lib/bcdd/result/error.rb', line 12

def initialize(_message = nil)
  super('A type (argument) is required to invoke the #on/#on_type method')
end