tethys/app/Models/Oai/ResumptionTokenException.php
Arno Kaimbacher 79b51e93e7 - add ResumptionToken for OAI-ListIdentifiers
- max identifiers and reciords via config
- add constants.php
- add clear-expired command for deleting obsolete cache
2020-06-10 21:09:37 +02:00

9 lines
102 B
PHP

<?php
namespace App\Models\Oai;
use Exception;
class ResumptionTokenException extends Exception
{
}