for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace MathieuTu\PDFLayer\Exceptions;
use Exception;
class PDFLayerException extends Exception
{
public function __construct($error)
$error = new ErrorReturned($error);
parent::__construct($error->info, $error->code);
}