Exception: SitePrism::UnsupportedBlockError
- Inherits:
-
SitePrismError
- Object
- StandardError
- SitePrismError
- SitePrism::UnsupportedBlockError
- Defined in:
- lib/site_prism/error.rb
Overview
A Block was passed to the method, which it cannot interpret
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
51 52 53 54 55 |
# File 'lib/site_prism/error.rb', line 51 def warn 'section and iframe are the only items which can accept a block.' "#{super} does not accept blocks." end |