79b51e93e7
- max identifiers and reciords via config - add constants.php - add clear-expired command for deleting obsolete cache
9 lines
102 B
PHP
9 lines
102 B
PHP
<?php
|
|
namespace App\Models\Oai;
|
|
|
|
use Exception;
|
|
|
|
class ResumptionTokenException extends Exception
|
|
{
|
|
}
|