Sha256: 5ffd06b5d2424e6e385780309fcba76ad89b3f9bdd61dba18e703b9f919fdf3e

Contents?: true

Size: 218 Bytes

Versions: 8

Compression:

Stored size: 218 Bytes

Contents

module FastshopCatalog
  class ServiceException < Exception
    attr_accessor :code, :description

    def initialize(params={})
      @code = params[:code]
      @description = params[:description]
    end

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fastshop_catalog-0.0.8 lib/fastshop_catalog/service_exception.rb
fastshop_catalog-0.0.7 lib/fastshop_catalog/service_exception.rb
fastshop_catalog-0.0.6 lib/fastshop_catalog/service_exception.rb
fastshop_catalog-0.0.5 lib/fastshop_catalog/service_exception.rb
fastshop_catalog-0.0.4 lib/fastshop_catalog/service_exception.rb
fastshop_catalog-0.0.3 lib/fastshop_catalog/service_exception.rb
fastshop_catalog-0.0.2 lib/fastshop_catalog/service_exception.rb
fastshop_catalog-0.0.1 lib/fastshop_catalog/service_exception.rb