class ViewModel::AccessControlError

def initialize(detail, nodes = [])

def initialize(detail, nodes = [])
  @detail = detail
  super(nodes)
end