PHP Classes

File: src/Discretion/Exception/NotLoggedInException.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   Discretion   src/Discretion/Exception/NotLoggedInException.php   Download  
File: src/Discretion/Exception/NotLoggedInException.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Discretion
Show contact forms and deliver encrypted mail
Author: By
Last change:
Date: 2 years ago
Size: 212 bytes
 

Contents

Class file image Download
<?php
declare(strict_types=1);
namespace
ParagonIE\Discretion\Exception;

/**
 * Class NotLoggedInException
 * @package ParagonIE\Discretion\Exception
 */
class NotLoggedInException extends SecurityException
{

}