Sha256: 15b79dc226c120902b944e5cc19f7b677dd4544758229227c6c0d1fbc570dcfc

Contents?: true

Size: 573 Bytes

Versions: 115

Compression:

Stored size: 573 Bytes

Contents

# Define some basic Sprockets error classes
module Sprockets
  class Error           < StandardError; end
  class ArgumentError           < Error; end
  class CircularDependencyError < Error; end
  class ContentTypeMismatch     < Error; end
  class EncodingError           < Error; end
  class FileNotFound            < Error; end
  class FileOutsidePaths        < Error; end
  class UnserializeError        < Error; end

  module EngineError
    attr_accessor :sprockets_annotation

    def message
      [super, sprockets_annotation].compact.join("\n")
    end
  end
end

Version data entries

115 entries across 90 versions & 18 rubygems

Version Path
active_mailer-0.0.10 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/sprockets-2.2.2/lib/sprockets/errors.rb
judge-2.0.5 vendor/bundle/ruby/2.1.0/gems/sprockets-2.2.2/lib/sprockets/errors.rb
sprockets-2.4.6 lib/sprockets/errors.rb
sprockets-2.3.3 lib/sprockets/errors.rb
sprockets-2.2.3 lib/sprockets/errors.rb
sprockets-2.1.4 lib/sprockets/errors.rb
swipe-rails-0.0.5 vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/errors.rb
active_mailer-0.0.9 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/sprockets-2.2.2/lib/sprockets/errors.rb
active_mailer-0.0.8 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/sprockets-2.2.2/lib/sprockets/errors.rb
active_mailer-0.0.7 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/sprockets-2.2.2/lib/sprockets/errors.rb
active_mailer-0.0.6 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/sprockets-2.2.2/lib/sprockets/errors.rb
font-awesome-rails-3.1.1.2 vendor/ruby/2.0.0/gems/sprockets-2.2.2/lib/sprockets/errors.rb
font-awesome-rails-3.1.1.2 vendor/ruby/1.9.1/gems/sprockets-2.2.2/lib/sprockets/errors.rb
font-awesome-rails-3.1.1.1 vendor/ruby/1.9.1/gems/sprockets-2.2.2/lib/sprockets/errors.rb
font-awesome-rails-3.1.1.1 vendor/ruby/2.0.0/gems/sprockets-2.2.2/lib/sprockets/errors.rb
challah-1.0.0.beta3 vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/errors.rb
fc-webicons-0.0.4 vendor/bundle/ruby/1.9.1/gems/sprockets-2.2.2/lib/sprockets/errors.rb
challah-1.0.0.beta2 vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/errors.rb
challah-1.0.0.beta vendor/bundle/gems/sprockets-2.2.2/lib/sprockets/errors.rb
fc-webicons-0.0.3 vendor/bundle/ruby/1.9.1/gems/sprockets-2.2.2/lib/sprockets/errors.rb