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

namespace OCA\Social\Exceptions;

class RequestException extends \Exception {

}