class MauxRobot::RobotNotPlacedYet

Error to notify that the robot was not placed yet

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/maux_robot/robot.rb, line 10
def initialize
  super("The robot was not placed yet!")
end