web/lib/Exceptions/MissingPdProofException.php
2024-05-10 23:38:57 -05:00

7 lines
178 B
PHP

<?
namespace Exceptions;
class MissingPdProofException extends AppException{
/** @var string $message */
protected $message = 'Missing proof of U.S. public domain status.';
}