for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace shweshi\OpenGraph\Exceptions;
class FetchException extends \Exception
{
public function __construct(
$message = '',
$code = 0,
Throwable $previous = null,
shweshi\OpenGraph\Exceptions\Throwable
Throwable
\
$data = []
) {
parent::__construct($message, $code, $previous);
$this->data = $data;
data
}
public function getData()
return $this->data;