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

namespace OCA\Social\Exceptions;

class AccountAlreadyExistsException extends \Exception {

}