Exception: Rearmed::Exceptions::BlockFoundError

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

Instance Method Summary collapse

Constructor Details

#initializeBlockFoundError

Returns a new instance of BlockFoundError.



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

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