Exception: SitePrism::MissingBlockError

Inherits:
SitePrismError show all
Defined in:
lib/site_prism/error.rb

Overview

A Block was required, but not passed into the iframe at runtime

Instance Method Summary collapse

Instance Method Details

#messageObject



60
61
62
# File 'lib/site_prism/error.rb', line 60

def message
  'You can only use iFrames in a block context - Please pass in a block.'
end