Sha256: 041ae254970faadba73f9ab888b363579355cbd1060e72914562157b5781001e
Contents?: true
Size: 162 Bytes
Versions: 2
Compression:
Stored size: 162 Bytes
Contents
class NotEnoughOperandsException < Exception attr_reader :expression def initialize(*argv) @expression = argv[0].fetch(:expression) super end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lamep-0.2.1 | lib/lamep/exceptions/not_enough_operands_exception.rb |
lamep-0.2 | lib/lamep/exceptions/not_enough_operands_exception.rb |