Exception: Calagator::Source::Parser::NotFound

Inherits:
StandardError
  • Object
show all
Defined in:
app/models/calagator/source/parser/not_found.rb

Overview

Source::Parser::NotFound

Exception thrown to indicate that the source isn’t found and no other parsers should be tried.

This exception should only be thrown by the canonical handler that can definitively tell if the source doesn’t exist. For example, the Source::Parser::Facebook parser can throw this exception when given a facebook.com/ URLs because it can be sure whether these exist.