Closed greg0ire closed 9 years ago
The output of openssl_error_string may be useful to debug some situations. Maybe Pikirasa\Exception could be changed so that it appends it to the message argument ?
openssl_error_string
Pikirasa\Exception
message
Good idea. I'll have to setup a test for this and get it in.
Great! Here is how you can mock openssl_error_string
ping @vlucas
The output of
openssl_error_string
may be useful to debug some situations. MaybePikirasa\Exception
could be changed so that it appends it to themessage
argument ?