%PDF- %PDF-
Direktori : /home/eirtvhdf/www/testbeta-atif/root_stripe/stripe/lib/Error/ |
Current File : /home/eirtvhdf/www/testbeta-atif/root_stripe/stripe/lib/Error/SignatureVerification.php |
<?php namespace Stripe\Error; class SignatureVerification extends Base { public function __construct( $message, $sigHeader, $httpBody = null ) { parent::__construct($message, null, $httpBody, null, null); $this->sigHeader = $sigHeader; } public function getSigHeader() { return $this->sigHeader; } }