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

namespace OCA\Social\Exceptions;

class UnknownItemException extends \Exception {

}