Sha256: ce731bafa3b49c03734678fc98692e04f54905588fad47215e2f569c25792caf

Contents?: true

Size: 183 Bytes

Versions: 3

Compression:

Stored size: 183 Bytes

Contents

require_relative 'syntax_error'

# Namespace for the Opushon library.
module Opushon
  # Raised if anything goes wrong while parsing a verb.
  class VerbError < SyntaxError
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
opushon-0.1.1 lib/opushon/error/verb_error.rb
opushon-0.1.0 lib/opushon/error/verb_error.rb
opushon-0.0.1 lib/opushon/error/verb_error.rb