social/lib/Exceptions/TokenGenerationException.php

9 wiersze
97 B
PHP

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