PHP Classes

File: src/MisuseException.php

Recommend this page to a friend!
  Packages of Scott Arciszewski   PHP String Hidden Characters   src/MisuseException.php   Download  
File: src/MisuseException.php
Role: Class source
Content type: text/plain
Description: Class source
Class: PHP String Hidden Characters
Hide strings to avoid appearing in stack traces
Author: By
Last change:
Date: 6 months ago
Size: 180 bytes
 

Contents

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

/**
 * Class MisuseException
 * @package ParagonIE\HiddenString
 */
class MisuseException extends \Exception
{

}