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

10 lines
121 B
PHP
Raw Permalink Normal View History

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