social/lib/Exceptions/SignatureIsGoneException.php

9 wiersze
97 B
PHP

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