oc-social-plugin/exceptions/SocialException.php

10 lines
107 B
PHP
Raw Normal View History

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