You are here

EmptyRequestContentException.php in Panels 8.4

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

File

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

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.