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

namespace OCA\Social\Exceptions;

class SocialAppConfigException extends \Exception {

}