Sha256: fcfce2cd886201d7a2436fb4720c8009d6d258dac38ca379ea13bef71601ead8
Contents?: true
Size: 221 Bytes
Versions: 1
Compression:
Stored size: 221 Bytes
Contents
# frozen_string_literal: true module Ego # Error type raised by robot plug-in DSL. # # `RobotError`s print their message to STDERR and halt execution of the # program. class RobotError < RuntimeError end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ego-0.6.0 | lib/ego/robot_error.rb |