You are here

EasySocialException.php in Easy Social 8.3

Same filename and directory in other branches
  1. 8.4 src/EasySocialException.php

Contains EasySocialException.

Namespace

Drupal\easy_social

File

src/EasySocialException.php
View source
<?php

/**
 * @file
 * Contains EasySocialException.
 */
namespace Drupal\easy_social;


/**
 * Exception to use when no definitions are found for a widget.
 */
class EasySocialException extends \Exception {

}

Classes

Namesort descending Description
EasySocialException Exception to use when no definitions are found for a widget.