Exception: TagExtractor::TagSeparatorError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tag_extractor.rb

Overview

Private : TagExtractor specific Error and Exceptions.

Instance Method Summary collapse

Constructor Details

#initializeTagSeparatorError

Returns a new instance of TagSeparatorError.



213
214
215
# File 'lib/tag_extractor.rb', line 213

def initialize
  super "Could not find any tag separator"
end