summaryrefslogtreecommitdiffstats
path: root/Exceptions/SignatureInvalidException.php
blob: 640bb4913a5e1941038ea83f3ac533b1b0196909 (plain)
1
2
3
4
5
6
<?php

class SignatureInvalidException extends UnexpectedValueException
{

}