D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api2
/
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); } }