teresko/palladium

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Palladium\Exception;

use Palladium\Component\Exception as Exception;

class CompromisedCookie extends Exception
{
    protected $code = 3009;
    protected $message = 'palladium.error.compromised-cookie';
}