class Console1984::Errors::ProtectedConnection

Attempt to access a protected url while in protected mode.

Public Class Methods

new(details) click to toggle source
Calls superclass method
# File lib/console1984/errors.rb, line 5
def initialize(details)
  super "A connection attempt was prevented because it represents a sensitive access."\
    "Please run decrypt! and try again. You will be asked to justify this access: #{details}"
end