mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 22:30:30 -04:00
6 lines
324 B
PHP
6 lines
324 B
PHP
<?
|
|
namespace Exceptions;
|
|
|
|
class InvalidHathiTrustUrlException extends InvalidUrlException{
|
|
protected $message = 'Invalid HathiTrust URL. HathiTrust URLs begin with “https://babel.hathitrust.org/cgi/pt”. An example of a valid HathiTrust URL is “https://babel.hathitrust.org/cgi/pt?id=hvd.32044034383265&seq=13”.';
|
|
}
|