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

namespace OCA\Social\Exceptions;

class WebfingerException extends \Exception {

}