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

namespace OCA\Social\Exceptions;

class ActorAlreadyExistsException extends \Exception {

}