silverstripe-framework/src/Security/PasswordEncryptor_NotFoundE...

10 lines
121 B
PHP

<?php
namespace SilverStripe\Security;
use Exception;
class PasswordEncryptor_NotFoundException extends Exception
{
}