social/lib/Exceptions/MissingStuffException.php

9 wiersze
94 B
PHP

<?php
namespace OCA\Social\Exceptions;
class MissingStuffException extends \Exception {
}