Sha256: 85ad806b84973c0b92746aa91bee06a88bdda88253b2633a3d4fa26d5e5f0108

Contents?: true

Size: 332 Bytes

Versions: 40

Compression:

Stored size: 332 Bytes

Contents

# Raised to represent when there's no element at an Xpath
class NoElementAtPath < StandardError
  def initialize(msg = 'No element at path found')
    super
  end
end

# Did not find any element by provided key in the Hash
class NoElementInHash < StandardError
  def initialize(msg = 'No element in Hash found')
    super
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
soaspec-0.2.26 lib/soaspec/not_found_errors.rb
soaspec-0.2.25 lib/soaspec/not_found_errors.rb
soaspec-0.2.23 lib/soaspec/not_found_errors.rb
soaspec-0.2.22 lib/soaspec/not_found_errors.rb
soaspec-0.2.21 lib/soaspec/not_found_errors.rb
soaspec-0.2.20 lib/soaspec/not_found_errors.rb
soaspec-0.2.19 lib/soaspec/not_found_errors.rb
soaspec-0.2.18 lib/soaspec/not_found_errors.rb
soaspec-0.2.17 lib/soaspec/not_found_errors.rb
soaspec-0.2.16 lib/soaspec/not_found_errors.rb
soaspec-0.2.15 lib/soaspec/not_found_errors.rb
soaspec-0.2.14 lib/soaspec/not_found_errors.rb
soaspec-0.2.13 lib/soaspec/not_found_errors.rb
soaspec-0.2.12 lib/soaspec/not_found_errors.rb
soaspec-0.2.11 lib/soaspec/not_found_errors.rb
soaspec-0.2.10 lib/soaspec/not_found_errors.rb
soaspec-0.2.9 lib/soaspec/not_found_errors.rb
soaspec-0.2.8 lib/soaspec/not_found_errors.rb
soaspec-0.2.7 lib/soaspec/not_found_errors.rb
soaspec-0.2.5 lib/soaspec/not_found_errors.rb