Example #1
0
 /**
  * @param null $debug
  */
 public function __construct($debug = null)
 {
     parent::__construct($debug);
     $this->responseClass = false;
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->responseClass = '\\SimpleUPS\\Rates\\Response';
 }