oc-social-plugin/exceptions/SocialException.php

10 lines
107 B
PHP

<?php
namespace Zoomyboy\Social\Exceptions;
use Exception;
class SocialException extends Exception {
}