for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Digitonic\IexCloudSdk\Exceptions;
use Exception;
class WrongData extends Exception
{
public static function invalidValuesProvided(string $message)
return new static($message);
}