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

namespace OCA\Social\Exceptions;

class ItemUnknownException extends \Exception {

}