vragovR/pimpay-bundle

View on GitHub
src/Exception/HashNotSupportedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace PimpayBundle\Exception;

/**
 * Class HashNotSupportedException
 * @package PimpayBundle\Exception
 */
class HashNotSupportedException extends \Exception
{
}