Exception: Rearmed::BlockFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rearmed.rb

Instance Method Summary collapse

Constructor Details

#initialize(klass = nil) ⇒ BlockFoundError

Returns a new instance of BlockFoundError.



128
129
130
# File 'lib/rearmed.rb', line 128

def initialize(klass=nil)
  super("Rearmed doesn't yet support a block on this method.")
end