summaryrefslogtreecommitdiffstats
path: root/lib/Exceptions/SignatureIsGoneException.php
blob: 80e55fcc1018f81b1032eb8f2afd464945924cfc (plain)
1
2
3
4
5
6
7
8
<?php

namespace OCA\Social\Exceptions;

class SignatureIsGoneException extends \Exception {

}