Class: Bijou::Parse::Error

Inherits:
Message
  • Object
show all
Defined in:
lib/bijou/diagnostics.rb

Instance Attribute Summary

Attributes inherited from Message

#column, #line

Instance Method Summary collapse

Methods inherited from Message

#<<, #at, #text

Constructor Details

#initializeError

Returns a new instance of Error.



47
48
49
50
# File 'lib/bijou/diagnostics.rb', line 47

def initialize
  super()
  @prefix = 'error'
end