Exception: Rearmed::Exceptions::BlockFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(klass = nil) ⇒ BlockFoundError

Returns a new instance of BlockFoundError.



5
6
7
# File 'lib/rearmed/exceptions.rb', line 5

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