D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
phpMyAdmin
/
vendor
/
thecodingmachine
/
safe
/
lib
/
Exceptions
/
Filename :
OpensslException.php
back
Copy
<?php namespace Safe\Exceptions; class OpensslException extends \Exception implements SafeExceptionInterface { public static function createFromPhpError(): self { return new self(\openssl_error_string() ?: '', 0); } }