class STAC::LinkHrefError

Raised when a link does not have href or owner.

Attributes

Public Class Methods

new(msg = nil, link:) click to toggle source
Calls superclass method
# File lib/stac/link.rb, line 13
def initialize(msg = nil, link:)
  super(msg)
  @link = link
end