Sha256: 9e595e43a98fabb6968c0cfce83c0771e9ec37076b7f9176a870d393303e11fc

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 Bytes

Contents

module Mocktail
  class Error < StandardError; end

  class UnexpectedError < Error; end

  class UnsupportedMocktail < Error; end

  class MissingDemonstrationError < Error; end

  class AmbiguousDemonstrationError < Error; end

  class InvalidMatcherError < Error; end

  class VerificationError < Error; end

  class TypeCheckingError < Error; end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mocktail-2.0.0 lib/mocktail/errors.rb