You are here

SocialApiException.php in Social API 8.2

Same filename and directory in other branches
  1. 8 src/SocialApiException.php
  2. 3.x src/SocialApiException.php

Namespace

Drupal\social_api

File

src/SocialApiException.php
View source
<?php

namespace Drupal\social_api;


/**
 * Defines an Exception class for Social API.
 */
class SocialApiException extends \Exception {

}

Classes

Namesort descending Description
SocialApiException Defines an Exception class for Social API.