Sha256: 5b8fb099b522f2bef7870f0620f425dc549cc4d8a001aaf5b76016ed0199021b

Contents?: true

Size: 283 Bytes

Versions: 17

Compression:

Stored size: 283 Bytes

Contents

module Errors
  class SiteBrokenError < ::Trax::Core::Errors::Base
    argument :request_url, :required => true
    argument :request_id, :required => true

    message {
      "Oh no, the site broke on #{request_url}" \
      "for current_request_id #{request_id}!"
    }
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
trax_core-0.0.86 spec/support/errors.rb
trax_core-0.0.85 spec/support/errors.rb
trax_core-0.0.84 spec/support/errors.rb
trax_core-0.0.83 spec/support/errors.rb
trax_core-0.0.82 spec/support/errors.rb
trax_core-0.0.81 spec/support/errors.rb
trax_core-0.0.80 spec/support/errors.rb
trax_core-0.0.79 spec/support/errors.rb
trax_core-0.0.78 spec/support/errors.rb
trax_core-0.0.77 spec/support/errors.rb
trax_core-0.0.76 spec/support/errors.rb
trax_core-0.0.74 spec/support/errors.rb
trax_core-0.0.73 spec/support/errors.rb
trax_core-0.0.72 spec/support/errors.rb
trax_core-0.0.71 spec/support/errors.rb
trax_core-0.0.7 spec/support/errors.rb
trax_core-0.0.6 spec/support/errors.rb