Sha256: e38ef7ef45f1ce79b39d31a8b8af6d3fdd24eecf877af7e270f0c8c2244e9dd1

Contents?: true

Size: 517 Bytes

Versions: 2

Compression:

Stored size: 517 Bytes

Contents

module Symbiont
  module Errors
    class NoUrlForDefinition < StandardError; end
    class NoUrlMatchForDefinition < StandardError; end
    class NoTitleForDefinition < StandardError; end

    class PageURLFromFactoryNotVerified < StandardError
      def message
        'The page URL was not verified during a factory setup.'
      end
    end

    class PageTitleFromFactoryNotVerified < StandardError
      def message
        'The page title was not verified during a factory setup.'
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
symbiont-1.0.0 lib/symbiont/errors.rb
symbiont-0.14.0 lib/symbiont/errors.rb