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