silverstripe-framework/src/Security/PasswordEncryptor_EncryptionFailed.php
Sam Minnee 7a10c194bd NEW: Move code files into src/ folder.
This updates framework to be more in keeping with PHP conventions.
2016-11-01 13:37:24 +13:00

10 lines
120 B
PHP

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