PHP Classes

File: src/Alerts/CannotSerializeKey.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   Halite   src/Alerts/CannotSerializeKey.php   Download  
File: src/Alerts/CannotSerializeKey.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Halite
Perform cryptography operations with libsodium
Author: By
Last change: For version 2, let's use strict types!
Date: 8 years ago
Size: 121 bytes
 

Contents

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

class
CannotSerializeKey extends HaliteAlert
{
   
}