Exception: Plz::BaseUrlNotFound
- Inherits:
-
InvalidSchema
- Object
- StandardError
- Error
- InvalidSchema
- Plz::BaseUrlNotFound
- Defined in:
- lib/plz/error.rb
Constant Summary
Constants inherited from Error
Instance Method Summary collapse
Methods inherited from InvalidSchema
Constructor Details
This class inherits a constructor from Plz::InvalidSchema
Instance Method Details
#to_s ⇒ Object
53 54 55 |
# File 'lib/plz/error.rb', line 53 def to_s "#{@pathname} has no base URL at top-level links property" end |