Exception: Parsers::Error

Inherits:
Bkmrq::Error show all
Defined in:
lib/bkmrq/parsers/error.rb

Overview

Extranctor Errors

Instance Attribute Summary

Attributes inherited from Bkmrq::Error

#input

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ Error

Returns a new instance of Error.



8
9
10
11
# File 'lib/bkmrq/parsers/error.rb', line 8

def initialize(message)
  @input = message
  super("[BKMRQ ERR] #{input}")
end