Class Prawn::Errors::UnknownOption
In: lib/prawn/errors.rb
Parent: StandardError

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.

[Validate]