class IRB::CantChangeBinding

def initialize(val)

def initialize(val)
  super("Can't change binding to (#{val}).")
end