Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@
|
|||
|
||||
class DatabaseOperationException extends Exception
|
||||
{
|
||||
/**
|
||||
* DatabaseOperationException constructor.
|
||||
*
|
||||
* @param string $message
|
||||
* @param Throwable|null $throwable
|
||||
*/
|
||||
public function __construct(string $message, ?Throwable $throwable=null)
|
||||
{
|
||||
parent::__construct($message, 500, $throwable);
|
||||
|
|
Loading…
Add table
Reference in a new issue