silverstripe-framework/Security/PasswordEncryptor_NotFoundException.php

10 lines
121 B
PHP
Raw Normal View History

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