Exception: Prawn::Errors::UnknownOption

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

Overview

This error is raised when Prawn encounters an unknown key in functions that accept an options hash. This usually means there is a typo in your code or that the option you are trying to use has a different name than what you have specified.