Closed toyi closed 3 years ago
Related to #196.
Since the @ opperator doesn't suppress the new ValueError exception in PHP 8 (which by the way doesn't inherit from the Exception class), this PR fixes the issue by producing the same effect.
ValueError
Exception
Related to #196.
Since the @ opperator doesn't suppress the new
ValueError
exception in PHP 8 (which by the way doesn't inherit from theException
class), this PR fixes the issue by producing the same effect.