Exception: Bidi2pdf::NavigationAuthError
- Inherits:
-
NavigationError
- Object
- StandardError
- Error
- NavigationError
- Bidi2pdf::NavigationAuthError
- Defined in:
- lib/bidi2pdf.rb
Instance Attribute Summary collapse
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(url, message = nil) ⇒ NavigationAuthError
constructor
A new instance of NavigationAuthError.
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, = nil) @url = url super("Navigation to #{url} failed due to authentication error. #{message}") end |
Instance Attribute Details
#url ⇒ Object (readonly)
Returns the value of attribute url.
71 72 73 |
# File 'lib/bidi2pdf.rb', line 71 def url @url end |