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

namespace OCA\Social\Exceptions;

class StreamNotFoundException extends \Exception {

}