teresko/palladium

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Palladium\Exception;

use Palladium\Component\Exception as Exception;

class KeyMismatch extends Exception
{
    protected $code = 3010;
    protected $message = 'palladium.error.key-mismatch';
}