Exception: Bidi2pdf::NavigationAuthError

Inherits:
NavigationError show all
Defined in:
lib/bidi2pdf.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(url, message = nil) ⇒ NavigationAuthError

Returns a new instance of NavigationAuthError.



73
74
75
76
# File 'lib/bidi2pdf.rb', line 73

def initialize(url, message = nil)
  @url = url
  super("Navigation to #{url} failed due to authentication error. #{message}")
end

Instance Attribute Details

#urlObject (readonly)

Returns the value of attribute url.



71
72
73
# File 'lib/bidi2pdf.rb', line 71

def url
  @url
end