class Origami::PDF::JavaScript::NotAllowedError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/origami/javascript.rb, line 68 def initialize; super("Security settings prevent access to this property or method.") end