Exception: Pure::NoParserError

Inherits:
Error
  • Object
show all
Defined in:
lib/pure/error.rb

Overview

No parser found.

Instance Method Summary collapse

Constructor Details

#initializeNoParserError

:nodoc:



9
10
11
# File 'lib/pure/error.rb', line 9

def initialize  #:nodoc:
  super("no parser found")
end