Sha256: ef0e4a6093546e3df4bdabc5bf0ba3a9908cb6cca41e34356a4c57fe260e7241

Contents?: true

Size: 217 Bytes

Versions: 11

Compression:

Stored size: 217 Bytes

Contents

module Teabag
  class Failure < Exception; end
  class UnknownSuite < Exception; end
  class RunnerException < Exception; end
  class AssetNotServable < Exception; end
  class EnvironmentNotFound < Exception; end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
teabag-0.7.3 lib/teabag/exceptions.rb
teabag-0.7.2 lib/teabag/exceptions.rb
teabag-0.7.1 lib/teabag/exceptions.rb
teabag-0.7.0 lib/teabag/exceptions.rb
teabag-0.6.0 lib/teabag/exceptions.rb
teabag-0.5.5 lib/teabag/exceptions.rb
teabag-0.5.4 lib/teabag/exceptions.rb
teabag-0.5.3 lib/teabag/exceptions.rb
teabag-0.5.2 lib/teabag/exceptions.rb
teabag-0.5.1 lib/teabag/exceptions.rb
teabag-0.5.0 lib/teabag/exceptions.rb