Sha256: ecd6fdafafc38d5886b414b23b64174342422f66c27684a0dccb13567d207fbb

Contents?: true

Size: 298 Bytes

Versions: 1

Compression:

Stored size: 298 Bytes

Contents

module Houston
  module Adapters
    module CIServer
      
      class Error < StandardError
      end
      
      class NotConfiguredError < ::Houston::Adapters::CIServer::Error
      end
      
      class NotFoundError < ::Houston::Adapters::CIServer::Error
      end
      
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
houston-core-0.5.0.beta1 app/adapters/houston/adapters/ci_server/errors.rb