class Flexparser::RequiredMissingError

An Error that will be thrown if a value is required but missing.

Attributes

parser[R]

Public Class Methods

new(parser) click to toggle source
# File lib/flexparser/errors.rb, line 11
def initialize(parser)
  @parser = parser
end