PHP Classes

File: src/Exception/HeaderMissingException.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   sapient   src/Exception/HeaderMissingException.php   Download  
File: src/Exception/HeaderMissingException.php
Role: Class source
Content type: text/plain
Description: Class source
Class: sapient
Add a security layer to server to server requests
Author: By
Last change:
Date: 6 years ago
Size: 170 bytes
 

Contents

Class file image Download
<?php
namespace ParagonIE\Sapient\Exception;

/**
 * Class HeaderMissing
 * @package ParagonIE\Sapient\Exception
 */
class HeaderMissingException extends \Exception
{

}