public function __construct()

in src/Elastic/Types/Error.php [33:36]


    public function __construct(Throwable $throwable)
    {
        $this->throwable = $throwable;
    }