Sha256: fef2272a09e2b05744eedc2314e8d8e720fd0151495f2ec7a16c7b9dfe836ad4
Contents?: true
Size: 493 Bytes
Versions: 14
Compression:
Stored size: 493 Bytes
Contents
class Calagator::Source::Parser # == 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 http://facebook.com/ URLs because it can be sure whether these exist. class NotFound < StandardError end end
Version data entries
14 entries across 14 versions & 2 rubygems