opensrs\APIException::__construct PHP Method

__construct() public method

public __construct ( $msg, $info )
    public function __construct($msg, $info)
    {
        $this->info = $info;
        parent::__construct($msg);
    }