Exception: Plz::BaseUrlNotFound

Inherits:
InvalidSchema show all
Defined in:
lib/plz/error.rb

Constant Summary

Constants inherited from Error

Error::USAGE

Instance Method Summary collapse

Methods inherited from InvalidSchema

#initialize

Constructor Details

This class inherits a constructor from Plz::InvalidSchema

Instance Method Details

#to_sObject



53
54
55
# File 'lib/plz/error.rb', line 53

def to_s
  "#{@pathname} has no base URL at top-level links property"
end