class Robotoy::NotValidOrientationError

Public Instance Methods

message() click to toggle source
# File lib/robotoy/errors.rb, line 9
def message
  "It looks like your Robot did not know there's such oriencation!"
end