# File karel/robot_exception.rb, line 21
  def initialize (message)
    super("This corner is illegal: " + message)
  end