Sha256: 2d18a118fe6cac7f7fa6c9488a0f6abc6e98fed42c4d22bab47e350fcd3d7099

Contents?: true

Size: 248 Bytes

Versions: 20

Compression:

Stored size: 248 Bytes

Contents

module OMF::Web::Rack
      
  class MissingArgumentException < Exception; end
  
  class RedirectException < Exception
    
    attr_reader :redirect_url
    
    def initialize(redirect_url)
      @redirect_url = redirect_url
    end
  end

end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
omf_web-1.2.9 lib/omf-web/rack/rack_exceptions.rb
omf_web-1.2.8 lib/omf-web/rack/rack_exceptions.rb
omf_web-1.2.7 lib/omf-web/rack/rack_exceptions.rb
omf_web-1.2.6 lib/omf-web/rack/rack_exceptions.rb
omf_web-1.2.5 lib/omf-web/rack/rack_exceptions.rb
omf_web-1.2.4 lib/omf-web/rack/rack_exceptions.rb
omf_web-1.2.3 lib/omf-web/rack/rack_exceptions.rb
omf_web-1.2.2 lib/omf-web/rack/rack_exceptions.rb
omf_web-1.2.1 lib/omf-web/rack/rack_exceptions.rb
omf_web-1.2.0 lib/omf-web/rack/rack_exceptions.rb
omf_web-1.0.0 lib/omf-web/rack/rack_exceptions.rb
omf_web-0.9.9 lib/omf-web/rack/rack_exceptions.rb
omf_web-0.9.8 lib/omf-web/rack/rack_exceptions.rb
omf_web-0.9.7 lib/omf-web/rack/rack_exceptions.rb
omf_web-0.9.6 lib/omf-web/rack/rack_exceptions.rb
omf_web-0.9.5 lib/omf-web/rack/rack_exceptions.rb
omf_web-0.9.4 lib/omf-web/rack/rack_exceptions.rb
omf_web-0.9.3 lib/omf-web/rack/rack_exceptions.rb
omf_web-0.9.1 lib/omf-web/rack/rack_exceptions.rb
omf_web-0.9 lib/omf-web/rack/rack_exceptions.rb