class Kameleoon::Exception::NotTargeted

Public Class Methods

new(visitor_code = "") click to toggle source
# File lib/kameleoon/exceptions.rb, line 39
def initialize(visitor_code = "")
  super("Visitor " + visitor_code + " is not targeted.")
end