class Nexpose::PermissionError

Public Class Methods

new(req) click to toggle source
# File lib/nexpose/error.rb, line 26
def initialize(req)
  @req    = req
  @reason = 'User does not have permission to perform this action.'
end