Sha256: 7af8701d4e706b7599321e9c328062548eaa32210c5e73214a4e6c4c3151d668

Contents?: true

Size: 332 Bytes

Versions: 32

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

32 entries across 32 versions & 1 rubygems

Version Path
soaspec-0.1.2 lib/soaspec/not_found_errors.rb
soaspec-0.1.0 lib/soaspec/not_found_errors.rb
soaspec-0.0.89 lib/soaspec/not_found_errors.rb
soaspec-0.0.87 lib/soaspec/not_found_errors.rb
soaspec-0.0.86 lib/soaspec/not_found_errors.rb
soaspec-0.0.84 lib/soaspec/not_found_errors.rb
soaspec-0.0.81 lib/soaspec/not_found_errors.rb
soaspec-0.0.80 lib/soaspec/not_found_errors.rb
soaspec-0.0.79 lib/soaspec/not_found_errors.rb
soaspec-0.0.78 lib/soaspec/not_found_errors.rb
soaspec-0.0.77 lib/soaspec/not_found_errors.rb
soaspec-0.0.76 lib/soaspec/not_found_errors.rb
soaspec-0.0.75 lib/soaspec/not_found_errors.rb
soaspec-0.0.74 lib/soaspec/not_found_errors.rb
soaspec-0.0.73 lib/soaspec/not_found_errors.rb
soaspec-0.0.72 lib/soaspec/not_found_errors.rb
soaspec-0.0.71 lib/soaspec/not_found_errors.rb
soaspec-0.0.70 lib/soaspec/not_found_errors.rb
soaspec-0.0.69 lib/soaspec/not_found_errors.rb
soaspec-0.0.68 lib/soaspec/not_found_errors.rb