Sha256: b9722c48773fb4b45525c1ff319559fba54e452a5abc699222d437cf91754e92

Contents?: true

Size: 185 Bytes

Versions: 13

Compression:

Stored size: 185 Bytes

Contents

# frozen_string_literal: true

use Utopia::Exceptions::Handler, '/exception'

use Utopia::Controller,
	root: File.expand_path('handler_spec', __dir__)

run lambda {|env| [404, {}, []]}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
utopia-2.15.1 spec/utopia/exceptions/handler_spec.ru
utopia-2.15.0 spec/utopia/exceptions/handler_spec.ru
utopia-2.14.0 spec/utopia/exceptions/handler_spec.ru
utopia-2.13.4 spec/utopia/exceptions/handler_spec.ru
utopia-2.13.3 spec/utopia/exceptions/handler_spec.ru
utopia-2.13.2 spec/utopia/exceptions/handler_spec.ru
utopia-2.13.1 spec/utopia/exceptions/handler_spec.ru
utopia-2.13.0 spec/utopia/exceptions/handler_spec.ru
utopia-2.12.4 spec/utopia/exceptions/handler_spec.ru
utopia-2.12.3 spec/utopia/exceptions/handler_spec.ru
utopia-2.12.2 spec/utopia/exceptions/handler_spec.ru
utopia-2.12.1 spec/utopia/exceptions/handler_spec.ru
utopia-2.12.0 spec/utopia/exceptions/handler_spec.ru