teresko/palladium

View on GitHub
src/Palladium/Exception/TokenGenerationFailed.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Palladium\Exception;

use RuntimeException as Exception;

class TokenGenerationFailed extends Exception
{
    protected $code = 3030;
    protected $message = 'palladium.error.missing-randomness-source';
}