You are here

EmptyRequestContentException.php in Panels 8.3

Same filename and directory in other branches
  1. 8.4 panels_ipe/src/Exception/EmptyRequestContentException.php

File

panels_ipe/src/Exception/EmptyRequestContentException.php
View source
<?php

/**
 * @file
 */
namespace Drupal\panels_ipe\Exception;


/**
 * Defines an exception thrown when a request object has no contents.
 */
class EmptyRequestContentException extends \Exception {

}

Classes

Namesort descending Description
EmptyRequestContentException Defines an exception thrown when a request object has no contents.